Shades of Spray #8ECFDB
Tints of Spray #8ECFDB
RGB
CMYK
RGB Variations
Color information
#8ECFDB (or 0x8ECFDB) is known color: Spray. HEX triplet: 8E, CF and DB. RGB value is (142,207,219). Sum of RGB (Red+Green+Blue) = 142+207+219=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ECFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFDB is #713024. Grayscale: #BCBCBC. Windows color (decimal): -7417893 or 14405518. OLE color: 14405518.
HSL color Cylindrical-coordinate representation of color #8ECFDB: hue angle of 189.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECFDB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 207 | 219 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.14 |
| HSL | 189.35º | 0.52% | 0.71% | - |
| HSV(B) | 189.35º | 0.35% | 0.86% | - |
| XYZ | 46.25 | 55.49 | 75.29 | - |
| YUV | 188.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 219 | 0.35 | 0.05 | 0 | 0.14 | 189.35 | 0.52 | 0.71 |
| Hex | 8E | CF | DB | 23 | 5 | 0 | E | BD | 34 | 47 |
| Octal | 216 | 317 | 333 | 43 | 5 | 0 | 16 | 275 | 64 | 107 |
| Binary | 10001110 | 11001111 | 11011011 | 100011 | 101 | 0 | 1110 | 10111101 | 110100 | 1000111 |
Color Harmonies of #8ECFDB
Complementary color
Monochromatic Colors of #8ECFDB
Black with #8ECFDB
Text Example
Text Example
White with #8ECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFDB; }
p { color: rgb(142,207,219); }
H1.HeaderClassName
{
color: #8ECFDB;
}
.AnyTagClassName
{
color: #8ECFDB;
}
</style>
background-color css
<style>
a { background-color: #8ECFDB; }
a { background-color: rgb(142,207,219); }
div.DivClassName
{
background-color: #8ECFDB;
}
.BgClassName
{
background-color: #8ECFDB;
}
</style>
border-color css
<style>
span { border-color: #8ECFDB; }
span { border-color: rgb(142,207,219); }
td.TdClassName
{
border-color: #8ECFDB;
}
.TagClassName
{
border-color: #8ECFDB;
}
</style>