Shades of Anakiwa #8EC6DC
Tints of Anakiwa #8EC6DC
RGB
CMYK
RGB Variations
Color information
#8EC6DC (or 0x8EC6DC) is known color: Anakiwa. HEX triplet: 8E, C6 and DC. RGB value is (142,198,220). Sum of RGB (Red+Green+Blue) = 142+198+220=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6DC is #713923. Grayscale: #B7B7B7. Windows color (decimal): -7420196 or 14468750. OLE color: 14468750.
HSL color Cylindrical-coordinate representation of color #8EC6DC: hue angle of 196.92º 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 #8EC6DC is Cyan = 0.35, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 198 | 220 | - |
| CMYK | 0.35 | 0.1 | 0 | 0.14 |
| HSL | 196.92º | 0.53% | 0.71% | - |
| HSV(B) | 196.92º | 0.35% | 0.86% | - |
| XYZ | 44.27 | 51.31 | 75.28 | - |
| YUV | 183.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 220 | 0.35 | 0.1 | 0 | 0.14 | 196.92 | 0.53 | 0.71 |
| Hex | 8E | C6 | DC | 23 | A | 0 | E | C5 | 35 | 47 |
| Octal | 216 | 306 | 334 | 43 | 12 | 0 | 16 | 305 | 65 | 107 |
| Binary | 10001110 | 11000110 | 11011100 | 100011 | 1010 | 0 | 1110 | 11000101 | 110101 | 1000111 |
Color Harmonies of #8EC6DC
Complementary color
Monochromatic Colors of #8EC6DC
Black with #8EC6DC
Text Example
Text Example
White with #8EC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6DC; }
p { color: rgb(142,198,220); }
H1.HeaderClassName
{
color: #8EC6DC;
}
.AnyTagClassName
{
color: #8EC6DC;
}
</style>
background-color css
<style>
a { background-color: #8EC6DC; }
a { background-color: rgb(142,198,220); }
div.DivClassName
{
background-color: #8EC6DC;
}
.BgClassName
{
background-color: #8EC6DC;
}
</style>
border-color css
<style>
span { border-color: #8EC6DC; }
span { border-color: rgb(142,198,220); }
td.TdClassName
{
border-color: #8EC6DC;
}
.TagClassName
{
border-color: #8EC6DC;
}
</style>