Shades of Spray #8ECEDC
Tints of Spray #8ECEDC
RGB
CMYK
RGB Variations
Color information
#8ECEDC (or 0x8ECEDC) is known color: Spray. HEX triplet: 8E, CE and DC. RGB value is (142,206,220). Sum of RGB (Red+Green+Blue) = 142+206+220=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ECEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDC is #713123. Grayscale: #BCBCBC. Windows color (decimal): -7418148 or 14470798. OLE color: 14470798.
HSL color Cylindrical-coordinate representation of color #8ECEDC: hue angle of 190.77º degrees, saturation: 0.53, 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 #8ECEDC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 206 | 220 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.14 |
| HSL | 190.77º | 0.53% | 0.71% | - |
| HSV(B) | 190.77º | 0.35% | 0.86% | - |
| XYZ | 46.14 | 55.06 | 75.91 | - |
| YUV | 188.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 220 | 0.35 | 0.06 | 0 | 0.14 | 190.77 | 0.53 | 0.71 |
| Hex | 8E | CE | DC | 23 | 6 | 0 | E | BF | 35 | 47 |
| Octal | 216 | 316 | 334 | 43 | 6 | 0 | 16 | 277 | 65 | 107 |
| Binary | 10001110 | 11001110 | 11011100 | 100011 | 110 | 0 | 1110 | 10111111 | 110101 | 1000111 |
Color Harmonies of #8ECEDC
Complementary color
Monochromatic Colors of #8ECEDC
Black with #8ECEDC
Text Example
Text Example
White with #8ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEDC; }
p { color: rgb(142,206,220); }
H1.HeaderClassName
{
color: #8ECEDC;
}
.AnyTagClassName
{
color: #8ECEDC;
}
</style>
background-color css
<style>
a { background-color: #8ECEDC; }
a { background-color: rgb(142,206,220); }
div.DivClassName
{
background-color: #8ECEDC;
}
.BgClassName
{
background-color: #8ECEDC;
}
</style>
border-color css
<style>
span { border-color: #8ECEDC; }
span { border-color: rgb(142,206,220); }
td.TdClassName
{
border-color: #8ECEDC;
}
.TagClassName
{
border-color: #8ECEDC;
}
</style>