Shades of Spray #8CCFDB
Tints of Spray #8CCFDB
RGB
CMYK
RGB Variations
Color information
#8CCFDB (or 0x8CCFDB) is known color: Spray. HEX triplet: 8C, CF and DB. RGB value is (140,207,219). Sum of RGB (Red+Green+Blue) = 140+207+219=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFDB is #733024. Grayscale: #BCBCBC. Windows color (decimal): -7548965 or 14405516. OLE color: 14405516.
HSL color Cylindrical-coordinate representation of color #8CCFDB: hue angle of 189.11º 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 #8CCFDB is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 207 | 219 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.14 |
| HSL | 189.11º | 0.52% | 0.7% | - |
| HSV(B) | 189.11º | 0.36% | 0.86% | - |
| XYZ | 45.91 | 55.32 | 75.27 | - |
| YUV | 188.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 219 | 0.36 | 0.05 | 0 | 0.14 | 189.11 | 0.52 | 0.7 |
| Hex | 8C | CF | DB | 24 | 5 | 0 | E | BD | 34 | 46 |
| Octal | 214 | 317 | 333 | 44 | 5 | 0 | 16 | 275 | 64 | 106 |
| Binary | 10001100 | 11001111 | 11011011 | 100100 | 101 | 0 | 1110 | 10111101 | 110100 | 1000110 |
Color Harmonies of #8CCFDB
Complementary color
Monochromatic Colors of #8CCFDB
Black with #8CCFDB
Text Example
Text Example
White with #8CCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFDB; }
p { color: rgb(140,207,219); }
H1.HeaderClassName
{
color: #8CCFDB;
}
.AnyTagClassName
{
color: #8CCFDB;
}
</style>
background-color css
<style>
a { background-color: #8CCFDB; }
a { background-color: rgb(140,207,219); }
div.DivClassName
{
background-color: #8CCFDB;
}
.BgClassName
{
background-color: #8CCFDB;
}
</style>
border-color css
<style>
span { border-color: #8CCFDB; }
span { border-color: rgb(140,207,219); }
td.TdClassName
{
border-color: #8CCFDB;
}
.TagClassName
{
border-color: #8CCFDB;
}
</style>