Shades of Spray #8ED0DC
Tints of Spray #8ED0DC
RGB
CMYK
RGB Variations
Color information
#8ED0DC (or 0x8ED0DC) is known color: Spray. HEX triplet: 8E, D0 and DC. RGB value is (142,208,220). Sum of RGB (Red+Green+Blue) = 142+208+220=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ED0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0DC is #712F23. Grayscale: #BDBDBD. Windows color (decimal): -7417636 or 14471310. OLE color: 14471310.
HSL color Cylindrical-coordinate representation of color #8ED0DC: hue angle of 189.23º 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 #8ED0DC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 208 | 220 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.14 |
| HSL | 189.23º | 0.53% | 0.71% | - |
| HSV(B) | 189.23º | 0.35% | 0.86% | - |
| XYZ | 46.63 | 56.03 | 76.07 | - |
| YUV | 189.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 220 | 0.35 | 0.05 | 0 | 0.14 | 189.23 | 0.53 | 0.71 |
| Hex | 8E | D0 | DC | 23 | 5 | 0 | E | BD | 35 | 47 |
| Octal | 216 | 320 | 334 | 43 | 5 | 0 | 16 | 275 | 65 | 107 |
| Binary | 10001110 | 11010000 | 11011100 | 100011 | 101 | 0 | 1110 | 10111101 | 110101 | 1000111 |
Color Harmonies of #8ED0DC
Complementary color
Monochromatic Colors of #8ED0DC
Black with #8ED0DC
Text Example
Text Example
White with #8ED0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED0DC; }
p { color: rgb(142,208,220); }
H1.HeaderClassName
{
color: #8ED0DC;
}
.AnyTagClassName
{
color: #8ED0DC;
}
</style>
background-color css
<style>
a { background-color: #8ED0DC; }
a { background-color: rgb(142,208,220); }
div.DivClassName
{
background-color: #8ED0DC;
}
.BgClassName
{
background-color: #8ED0DC;
}
</style>
border-color css
<style>
span { border-color: #8ED0DC; }
span { border-color: rgb(142,208,220); }
td.TdClassName
{
border-color: #8ED0DC;
}
.TagClassName
{
border-color: #8ED0DC;
}
</style>