Shades of Anakiwa #8EC5DB
Tints of Anakiwa #8EC5DB
RGB
CMYK
RGB Variations
Color information
#8EC5DB (or 0x8EC5DB) is known color: Anakiwa. HEX triplet: 8E, C5 and DB. RGB value is (142,197,219). Sum of RGB (Red+Green+Blue) = 142+197+219=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5DB is #713A24. Grayscale: #B6B6B6. Windows color (decimal): -7420453 or 14402958. OLE color: 14402958.
HSL color Cylindrical-coordinate representation of color #8EC5DB: hue angle of 197.14º degrees, saturation: 0.52, 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 #8EC5DB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 197 | 219 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.14 |
| HSL | 197.14º | 0.52% | 0.71% | - |
| HSV(B) | 197.14º | 0.35% | 0.86% | - |
| XYZ | 43.91 | 50.8 | 74.51 | - |
| YUV | 183.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 219 | 0.35 | 0.10 | 0 | 0.14 | 197.14 | 0.52 | 0.71 |
| Hex | 8E | C5 | DB | 23 | A | 0 | E | C5 | 34 | 47 |
| Octal | 216 | 305 | 333 | 43 | 12 | 0 | 16 | 305 | 64 | 107 |
| Binary | 10001110 | 11000101 | 11011011 | 100011 | 1010 | 0 | 1110 | 11000101 | 110100 | 1000111 |
Color Harmonies of #8EC5DB
Complementary color
Monochromatic Colors of #8EC5DB
Black with #8EC5DB
Text Example
Text Example
White with #8EC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC5DB; }
p { color: rgb(142,197,219); }
H1.HeaderClassName
{
color: #8EC5DB;
}
.AnyTagClassName
{
color: #8EC5DB;
}
</style>
background-color css
<style>
a { background-color: #8EC5DB; }
a { background-color: rgb(142,197,219); }
div.DivClassName
{
background-color: #8EC5DB;
}
.BgClassName
{
background-color: #8EC5DB;
}
</style>
border-color css
<style>
span { border-color: #8EC5DB; }
span { border-color: rgb(142,197,219); }
td.TdClassName
{
border-color: #8EC5DB;
}
.TagClassName
{
border-color: #8EC5DB;
}
</style>