Shades of Spray #8ECFDC
Tints of Spray #8ECFDC
RGB
CMYK
RGB Variations
Color information
#8ECFDC (or 0x8ECFDC) is known color: Spray. HEX triplet: 8E, CF and DC. RGB value is (142,207,220). Sum of RGB (Red+Green+Blue) = 142+207+220=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ECFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFDC is #713023. Grayscale: #BCBCBC. Windows color (decimal): -7417892 or 14471054. OLE color: 14471054.
HSL color Cylindrical-coordinate representation of color #8ECFDC: hue angle of 190º 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 #8ECFDC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 207 | 220 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.14 |
| HSL | 190º | 0.53% | 0.71% | - |
| HSV(B) | 190º | 0.35% | 0.86% | - |
| XYZ | 46.39 | 55.54 | 75.99 | - |
| YUV | 189.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 220 | 0.35 | 0.06 | 0 | 0.14 | 190 | 0.53 | 0.71 |
| Hex | 8E | CF | DC | 23 | 6 | 0 | E | BE | 35 | 47 |
| Octal | 216 | 317 | 334 | 43 | 6 | 0 | 16 | 276 | 65 | 107 |
| Binary | 10001110 | 11001111 | 11011100 | 100011 | 110 | 0 | 1110 | 10111110 | 110101 | 1000111 |
Color Harmonies of #8ECFDC
Complementary color
Monochromatic Colors of #8ECFDC
Black with #8ECFDC
Text Example
Text Example
White with #8ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFDC; }
p { color: rgb(142,207,220); }
H1.HeaderClassName
{
color: #8ECFDC;
}
.AnyTagClassName
{
color: #8ECFDC;
}
</style>
background-color css
<style>
a { background-color: #8ECFDC; }
a { background-color: rgb(142,207,220); }
div.DivClassName
{
background-color: #8ECFDC;
}
.BgClassName
{
background-color: #8ECFDC;
}
</style>
border-color css
<style>
span { border-color: #8ECFDC; }
span { border-color: rgb(142,207,220); }
td.TdClassName
{
border-color: #8ECFDC;
}
.TagClassName
{
border-color: #8ECFDC;
}
</style>