Shades of Spray #8CCCDC
Tints of Spray #8CCCDC
RGB
CMYK
RGB Variations
Color information
#8CCCDC (or 0x8CCCDC) is known color: Spray. HEX triplet: 8C, CC and DC. RGB value is (140,204,220). Sum of RGB (Red+Green+Blue) = 140+204+220=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCDC is #733323. Grayscale: #BABABA. Windows color (decimal): -7549732 or 14470284. OLE color: 14470284.
HSL color Cylindrical-coordinate representation of color #8CCCDC: hue angle of 192º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCCDC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 204 | 220 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.14 |
| HSL | 192º | 0.53% | 0.71% | - |
| HSV(B) | 192º | 0.36% | 0.86% | - |
| XYZ | 45.33 | 53.93 | 75.73 | - |
| YUV | 186.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 220 | 0.36 | 0.07 | 0 | 0.14 | 192 | 0.53 | 0.71 |
| Hex | 8C | CC | DC | 24 | 7 | 0 | E | C0 | 35 | 47 |
| Octal | 214 | 314 | 334 | 44 | 7 | 0 | 16 | 300 | 65 | 107 |
| Binary | 10001100 | 11001100 | 11011100 | 100100 | 111 | 0 | 1110 | 11000000 | 110101 | 1000111 |
Color Harmonies of #8CCCDC
Complementary color
Monochromatic Colors of #8CCCDC
Black with #8CCCDC
Text Example
Text Example
White with #8CCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCDC; }
p { color: rgb(140,204,220); }
H1.HeaderClassName
{
color: #8CCCDC;
}
.AnyTagClassName
{
color: #8CCCDC;
}
</style>
background-color css
<style>
a { background-color: #8CCCDC; }
a { background-color: rgb(140,204,220); }
div.DivClassName
{
background-color: #8CCCDC;
}
.BgClassName
{
background-color: #8CCCDC;
}
</style>
border-color css
<style>
span { border-color: #8CCCDC; }
span { border-color: rgb(140,204,220); }
td.TdClassName
{
border-color: #8CCCDC;
}
.TagClassName
{
border-color: #8CCCDC;
}
</style>