Shades of Spray #8CC4CE
Tints of Spray #8CC4CE
RGB
CMYK
RGB Variations
Color information
#8CC4CE (or 0x8CC4CE) is known color: Spray. HEX triplet: 8C, C4 and CE. RGB value is (140,196,206). Sum of RGB (Red+Green+Blue) = 140+196+206=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4CE is #733B31. Grayscale: #B4B4B4. Windows color (decimal): -7551794 or 13550732. OLE color: 13550732.
HSL color Cylindrical-coordinate representation of color #8CC4CE: hue angle of 189.09º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CC4CE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 196 | 206 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.19 |
| HSL | 189.09º | 0.4% | 0.68% | - |
| HSV(B) | 189.09º | 0.32% | 0.81% | - |
| XYZ | 41.7 | 49.51 | 65.75 | - |
| YUV | 180.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 206 | 0.32 | 0.05 | 0 | 0.19 | 189.09 | 0.4 | 0.68 |
| Hex | 8C | C4 | CE | 20 | 5 | 0 | 13 | BD | 28 | 44 |
| Octal | 214 | 304 | 316 | 40 | 5 | 0 | 23 | 275 | 50 | 104 |
| Binary | 10001100 | 11000100 | 11001110 | 100000 | 101 | 0 | 10011 | 10111101 | 101000 | 1000100 |
Color Harmonies of #8CC4CE
Complementary color
Monochromatic Colors of #8CC4CE
Black with #8CC4CE
Text Example
Text Example
White with #8CC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4CE; }
p { color: rgb(140,196,206); }
H1.HeaderClassName
{
color: #8CC4CE;
}
.AnyTagClassName
{
color: #8CC4CE;
}
</style>
background-color css
<style>
a { background-color: #8CC4CE; }
a { background-color: rgb(140,196,206); }
div.DivClassName
{
background-color: #8CC4CE;
}
.BgClassName
{
background-color: #8CC4CE;
}
</style>
border-color css
<style>
span { border-color: #8CC4CE; }
span { border-color: rgb(140,196,206); }
td.TdClassName
{
border-color: #8CC4CE;
}
.TagClassName
{
border-color: #8CC4CE;
}
</style>