Color: #8FCFFC
#8FCFFC Color Information
#8FCFFC is a light color. The closest websafe version is #8FCFFC. A complement of this color would be #FCBB8D, perceived brightness is 0.76, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 205°,a saturation of 95%, and a lightness of 77%.The HSV representation shows a hue of 205°, a saturation of 43%, and a value of 99%.
In a RGB color space, #8FCFFC is composed of 56% red, 81% green and 99% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 18% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 56.74, x: 0.2734, and y: 0.3107.
Color Code #8FCFFC
Shades of Color #8FCFFC
Shades are created by darkening the original color #8FCFFC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #8FCFFC
Tints are created by lightening the original color #8FCFFC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #8FCFFC Color Code
In the HSL color space, this color has a hue angle of 205°, a saturation of 95%, and a lightness of 77%. The HSV representation shows a hue of 205°, a saturation of 43%, and a value of 99%.
- HEX: #8FCFFC
- RGB: rgb(143, 207, 252)
- HSL: hsl(205, 95%, 77%)
- HSV: hsv(205, 43%, 99%)
- CMYK: 43.00% cyan, 18.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 49.93, 56.74, 75.96
- Yxy: 56.74, 0.2734, 0.3107
- Hunter Lab: 80.03, -12.42, -28.98
- CIE-Lab: 80.03, -12.42, -28.98
In the XYZ color space, this color is represented as X: 49.93, Y: 56.74, Z: 75.96. The Yxy representation further refines this as Y: 56.74, x: 0.2734, and y: 0.3107.
In the Hunter Lab color space, this color is represented as L: 80.03, a: -12.42, and b: -28.98. Similarly, in the CIE-Lab color space, it is represented as L: 80.03, a: -12.42, and b: -28.98.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #8FCFFC
Triadic colors are three colors evenly spaced around the color wheel, including #8FCFFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #8FCFFC
Split complementary colors are two colors adjacent to the complementary color of #8FCFFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #8FCFFC
Monochromatic colors are variations of #8FCFFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8FCFFC
The complementary color of #8FCFFC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #8FCFFC
/* Using HEX */ body { background-color: #8fcffc; }
/* Using RGB */ body { background-color: rgb(143, 207, 252); }
/* Using RGB with opacity */ body { background-color: rgba(143, 207, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(205, 95%, 77%); }
/* Text color */ p { color: #8fcffc; }
/* Box shadow */ div { box-shadow: 4px 4px #8fcffc; }
/* Border color */ .box { border: 4px solid #8fcffc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #8fcffc; }
/* Background with text */ div { background: #8fcffc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #8FCFFC
<!-- Using HEX --> <div style="background-color: #8fcffc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(143, 207, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(143, 207, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(205, 95%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8fcffc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8fcffc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #8fcffc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #8fcffc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #8fcffc; color: #fff; padding: 16px; border-radius: 8px;"> #8FCFFC </div>
Related Colors of #8FCFFC
These colors are similar to #8FCFFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.