Shades of Spray #8FCFDC
Tints of Spray #8FCFDC
RGB
CMYK
RGB Variations
Color information
#8FCFDC (or 0x8FCFDC) is known color: Spray. HEX triplet: 8F, CF and DC. RGB value is (143,207,220). Sum of RGB (Red+Green+Blue) = 143+207+220=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFDC is #703023. Grayscale: #BDBDBD. Windows color (decimal): -7352356 or 14471055. OLE color: 14471055.
HSL color Cylindrical-coordinate representation of color #8FCFDC: hue angle of 190.13º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCFDC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 207 | 220 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.14 |
| HSL | 190.13º | 0.52% | 0.71% | - |
| HSV(B) | 190.13º | 0.35% | 0.86% | - |
| XYZ | 46.56 | 55.63 | 75.99 | - |
| YUV | 189.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 220 | 0.35 | 0.06 | 0 | 0.14 | 190.13 | 0.52 | 0.71 |
| Hex | 8F | CF | DC | 23 | 6 | 0 | E | BE | 34 | 47 |
| Octal | 217 | 317 | 334 | 43 | 6 | 0 | 16 | 276 | 64 | 107 |
| Binary | 10001111 | 11001111 | 11011100 | 100011 | 110 | 0 | 1110 | 10111110 | 110100 | 1000111 |
Color Harmonies of #8FCFDC
Complementary color
Monochromatic Colors of #8FCFDC
Black with #8FCFDC
Text Example
Text Example
White with #8FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFDC; }
p { color: rgb(143,207,220); }
H1.HeaderClassName
{
color: #8FCFDC;
}
.AnyTagClassName
{
color: #8FCFDC;
}
</style>
background-color css
<style>
a { background-color: #8FCFDC; }
a { background-color: rgb(143,207,220); }
div.DivClassName
{
background-color: #8FCFDC;
}
.BgClassName
{
background-color: #8FCFDC;
}
</style>
border-color css
<style>
span { border-color: #8FCFDC; }
span { border-color: rgb(143,207,220); }
td.TdClassName
{
border-color: #8FCFDC;
}
.TagClassName
{
border-color: #8FCFDC;
}
</style>