Shades of Spray #8CCCDA
Tints of Spray #8CCCDA
RGB
CMYK
RGB Variations
Color information
#8CCCDA (or 0x8CCCDA) is known color: Spray. HEX triplet: 8C, CC and DA. RGB value is (140,204,218). Sum of RGB (Red+Green+Blue) = 140+204+218=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCDA is #733325. Grayscale: #BABABA. Windows color (decimal): -7549734 or 14339212. OLE color: 14339212.
HSL color Cylindrical-coordinate representation of color #8CCCDA: hue angle of 190.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCCDA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 204 | 218 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.15 |
| HSL | 190.77º | 0.51% | 0.7% | - |
| HSV(B) | 190.77º | 0.36% | 0.85% | - |
| XYZ | 45.06 | 53.82 | 74.34 | - |
| YUV | 186.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 218 | 0.36 | 0.06 | 0 | 0.15 | 190.77 | 0.51 | 0.7 |
| Hex | 8C | CC | DA | 24 | 6 | 0 | F | BF | 33 | 46 |
| Octal | 214 | 314 | 332 | 44 | 6 | 0 | 17 | 277 | 63 | 106 |
| Binary | 10001100 | 11001100 | 11011010 | 100100 | 110 | 0 | 1111 | 10111111 | 110011 | 1000110 |
Color Harmonies of #8CCCDA
Complementary color
Monochromatic Colors of #8CCCDA
Black with #8CCCDA
Text Example
Text Example
White with #8CCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCDA; }
p { color: rgb(140,204,218); }
H1.HeaderClassName
{
color: #8CCCDA;
}
.AnyTagClassName
{
color: #8CCCDA;
}
</style>
background-color css
<style>
a { background-color: #8CCCDA; }
a { background-color: rgb(140,204,218); }
div.DivClassName
{
background-color: #8CCCDA;
}
.BgClassName
{
background-color: #8CCCDA;
}
</style>
border-color css
<style>
span { border-color: #8CCCDA; }
span { border-color: rgb(140,204,218); }
td.TdClassName
{
border-color: #8CCCDA;
}
.TagClassName
{
border-color: #8CCCDA;
}
</style>