Shades of Spray #8CC2CE
Tints of Spray #8CC2CE
RGB
CMYK
RGB Variations
Color information
#8CC2CE (or 0x8CC2CE) is known color: Spray. HEX triplet: 8C, C2 and CE. RGB value is (140,194,206). Sum of RGB (Red+Green+Blue) = 140+194+206=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2CE is #733D31. Grayscale: #B3B3B3. Windows color (decimal): -7552306 or 13550220. OLE color: 13550220.
HSL color Cylindrical-coordinate representation of color #8CC2CE: hue angle of 190.91º 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 #8CC2CE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 194 | 206 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.19 |
| HSL | 190.91º | 0.4% | 0.68% | - |
| HSV(B) | 190.91º | 0.32% | 0.81% | - |
| XYZ | 41.25 | 48.62 | 65.6 | - |
| YUV | 179.22 | 143.11 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 206 | 0.32 | 0.06 | 0 | 0.19 | 190.91 | 0.4 | 0.68 |
| Hex | 8C | C2 | CE | 20 | 6 | 0 | 13 | BF | 28 | 44 |
| Octal | 214 | 302 | 316 | 40 | 6 | 0 | 23 | 277 | 50 | 104 |
| Binary | 10001100 | 11000010 | 11001110 | 100000 | 110 | 0 | 10011 | 10111111 | 101000 | 1000100 |
Color Harmonies of #8CC2CE
Complementary color
Monochromatic Colors of #8CC2CE
Black with #8CC2CE
Text Example
Text Example
White with #8CC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2CE; }
p { color: rgb(140,194,206); }
H1.HeaderClassName
{
color: #8CC2CE;
}
.AnyTagClassName
{
color: #8CC2CE;
}
</style>
background-color css
<style>
a { background-color: #8CC2CE; }
a { background-color: rgb(140,194,206); }
div.DivClassName
{
background-color: #8CC2CE;
}
.BgClassName
{
background-color: #8CC2CE;
}
</style>
border-color css
<style>
span { border-color: #8CC2CE; }
span { border-color: rgb(140,194,206); }
td.TdClassName
{
border-color: #8CC2CE;
}
.TagClassName
{
border-color: #8CC2CE;
}
</style>