Shades of Spray #8ECED8
Tints of Spray #8ECED8
RGB
CMYK
RGB Variations
Color information
#8ECED8 (or 0x8ECED8) is known color: Spray. HEX triplet: 8E, CE and D8. RGB value is (142,206,216). Sum of RGB (Red+Green+Blue) = 142+206+216=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ECED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECED8 is #713127. Grayscale: #BBBBBB. Windows color (decimal): -7418152 or 14208654. OLE color: 14208654.
HSL color Cylindrical-coordinate representation of color #8ECED8: hue angle of 188.11º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ECED8 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 206 | 216 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.15 |
| HSL | 188.11º | 0.49% | 0.7% | - |
| HSV(B) | 188.11º | 0.34% | 0.85% | - |
| XYZ | 45.62 | 54.85 | 73.15 | - |
| YUV | 188 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 216 | 0.34 | 0.05 | 0 | 0.15 | 188.11 | 0.49 | 0.7 |
| Hex | 8E | CE | D8 | 22 | 5 | 0 | F | BC | 31 | 46 |
| Octal | 216 | 316 | 330 | 42 | 5 | 0 | 17 | 274 | 61 | 106 |
| Binary | 10001110 | 11001110 | 11011000 | 100010 | 101 | 0 | 1111 | 10111100 | 110001 | 1000110 |
Color Harmonies of #8ECED8
Complementary color
Monochromatic Colors of #8ECED8
Black with #8ECED8
Text Example
Text Example
White with #8ECED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECED8; }
p { color: rgb(142,206,216); }
H1.HeaderClassName
{
color: #8ECED8;
}
.AnyTagClassName
{
color: #8ECED8;
}
</style>
background-color css
<style>
a { background-color: #8ECED8; }
a { background-color: rgb(142,206,216); }
div.DivClassName
{
background-color: #8ECED8;
}
.BgClassName
{
background-color: #8ECED8;
}
</style>
border-color css
<style>
span { border-color: #8ECED8; }
span { border-color: rgb(142,206,216); }
td.TdClassName
{
border-color: #8ECED8;
}
.TagClassName
{
border-color: #8ECED8;
}
</style>