Shades of Spray #8ECEDA
Tints of Spray #8ECEDA
RGB
CMYK
RGB Variations
Color information
#8ECEDA (or 0x8ECEDA) is known color: Spray. HEX triplet: 8E, CE and DA. RGB value is (142,206,218). Sum of RGB (Red+Green+Blue) = 142+206+218=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ECEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDA is #713125. Grayscale: #BCBCBC. Windows color (decimal): -7418150 or 14339726. OLE color: 14339726.
HSL color Cylindrical-coordinate representation of color #8ECEDA: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECEDA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 206 | 218 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.15 |
| HSL | 189.47º | 0.51% | 0.71% | - |
| HSV(B) | 189.47º | 0.35% | 0.85% | - |
| XYZ | 45.88 | 54.96 | 74.52 | - |
| YUV | 188.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 218 | 0.35 | 0.06 | 0 | 0.15 | 189.47 | 0.51 | 0.71 |
| Hex | 8E | CE | DA | 23 | 6 | 0 | F | BD | 33 | 47 |
| Octal | 216 | 316 | 332 | 43 | 6 | 0 | 17 | 275 | 63 | 107 |
| Binary | 10001110 | 11001110 | 11011010 | 100011 | 110 | 0 | 1111 | 10111101 | 110011 | 1000111 |
Color Harmonies of #8ECEDA
Complementary color
Monochromatic Colors of #8ECEDA
Black with #8ECEDA
Text Example
Text Example
White with #8ECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEDA; }
p { color: rgb(142,206,218); }
H1.HeaderClassName
{
color: #8ECEDA;
}
.AnyTagClassName
{
color: #8ECEDA;
}
</style>
background-color css
<style>
a { background-color: #8ECEDA; }
a { background-color: rgb(142,206,218); }
div.DivClassName
{
background-color: #8ECEDA;
}
.BgClassName
{
background-color: #8ECEDA;
}
</style>
border-color css
<style>
span { border-color: #8ECEDA; }
span { border-color: rgb(142,206,218); }
td.TdClassName
{
border-color: #8ECEDA;
}
.TagClassName
{
border-color: #8ECEDA;
}
</style>