Shades of Anakiwa #8EC7DC
Tints of Anakiwa #8EC7DC
RGB
CMYK
RGB Variations
Color information
#8EC7DC (or 0x8EC7DC) is known color: Anakiwa. HEX triplet: 8E, C7 and DC. RGB value is (142,199,220). Sum of RGB (Red+Green+Blue) = 142+199+220=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC7DC is #713823. Grayscale: #B8B8B8. Windows color (decimal): -7419940 or 14469006. OLE color: 14469006.
HSL color Cylindrical-coordinate representation of color #8EC7DC: hue angle of 196.15º 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 #8EC7DC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 199 | 220 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.14 |
| HSL | 196.15º | 0.53% | 0.71% | - |
| HSV(B) | 196.15º | 0.35% | 0.86% | - |
| XYZ | 44.5 | 51.76 | 75.36 | - |
| YUV | 184.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 220 | 0.35 | 0.10 | 0 | 0.14 | 196.15 | 0.53 | 0.71 |
| Hex | 8E | C7 | DC | 23 | A | 0 | E | C4 | 35 | 47 |
| Octal | 216 | 307 | 334 | 43 | 12 | 0 | 16 | 304 | 65 | 107 |
| Binary | 10001110 | 11000111 | 11011100 | 100011 | 1010 | 0 | 1110 | 11000100 | 110101 | 1000111 |
Color Harmonies of #8EC7DC
Complementary color
Monochromatic Colors of #8EC7DC
Black with #8EC7DC
Text Example
Text Example
White with #8EC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7DC; }
p { color: rgb(142,199,220); }
H1.HeaderClassName
{
color: #8EC7DC;
}
.AnyTagClassName
{
color: #8EC7DC;
}
</style>
background-color css
<style>
a { background-color: #8EC7DC; }
a { background-color: rgb(142,199,220); }
div.DivClassName
{
background-color: #8EC7DC;
}
.BgClassName
{
background-color: #8EC7DC;
}
</style>
border-color css
<style>
span { border-color: #8EC7DC; }
span { border-color: rgb(142,199,220); }
td.TdClassName
{
border-color: #8EC7DC;
}
.TagClassName
{
border-color: #8EC7DC;
}
</style>