Shades of Spray #8CCCDB
Tints of Spray #8CCCDB
RGB
CMYK
RGB Variations
Color information
#8CCCDB (or 0x8CCCDB) is known color: Spray. HEX triplet: 8C, CC and DB. RGB value is (140,204,219). Sum of RGB (Red+Green+Blue) = 140+204+219=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCDB is #733324. Grayscale: #BABABA. Windows color (decimal): -7549733 or 14404748. OLE color: 14404748.
HSL color Cylindrical-coordinate representation of color #8CCCDB: hue angle of 191.39º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCCDB is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 204 | 219 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.14 |
| HSL | 191.39º | 0.52% | 0.7% | - |
| HSV(B) | 191.39º | 0.36% | 0.86% | - |
| XYZ | 45.19 | 53.88 | 75.03 | - |
| YUV | 186.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 219 | 0.36 | 0.07 | 0 | 0.14 | 191.39 | 0.52 | 0.7 |
| Hex | 8C | CC | DB | 24 | 7 | 0 | E | BF | 34 | 46 |
| Octal | 214 | 314 | 333 | 44 | 7 | 0 | 16 | 277 | 64 | 106 |
| Binary | 10001100 | 11001100 | 11011011 | 100100 | 111 | 0 | 1110 | 10111111 | 110100 | 1000110 |
Color Harmonies of #8CCCDB
Complementary color
Monochromatic Colors of #8CCCDB
Black with #8CCCDB
Text Example
Text Example
White with #8CCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCDB; }
p { color: rgb(140,204,219); }
H1.HeaderClassName
{
color: #8CCCDB;
}
.AnyTagClassName
{
color: #8CCCDB;
}
</style>
background-color css
<style>
a { background-color: #8CCCDB; }
a { background-color: rgb(140,204,219); }
div.DivClassName
{
background-color: #8CCCDB;
}
.BgClassName
{
background-color: #8CCCDB;
}
</style>
border-color css
<style>
span { border-color: #8CCCDB; }
span { border-color: rgb(140,204,219); }
td.TdClassName
{
border-color: #8CCCDB;
}
.TagClassName
{
border-color: #8CCCDB;
}
</style>