Shades of Anakiwa #8EC4DA
Tints of Anakiwa #8EC4DA
RGB
CMYK
RGB Variations
Color information
#8EC4DA (or 0x8EC4DA) is known color: Anakiwa. HEX triplet: 8E, C4 and DA. RGB value is (142,196,218). Sum of RGB (Red+Green+Blue) = 142+196+218=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4DA is #713B25. Grayscale: #B6B6B6. Windows color (decimal): -7420710 or 14337166. OLE color: 14337166.
HSL color Cylindrical-coordinate representation of color #8EC4DA: hue angle of 197.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC4DA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 196 | 218 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.15 |
| HSL | 197.37º | 0.51% | 0.71% | - |
| HSV(B) | 197.37º | 0.35% | 0.85% | - |
| XYZ | 43.55 | 50.29 | 73.74 | - |
| YUV | 182.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 218 | 0.35 | 0.10 | 0 | 0.15 | 197.37 | 0.51 | 0.71 |
| Hex | 8E | C4 | DA | 23 | A | 0 | F | C5 | 33 | 47 |
| Octal | 216 | 304 | 332 | 43 | 12 | 0 | 17 | 305 | 63 | 107 |
| Binary | 10001110 | 11000100 | 11011010 | 100011 | 1010 | 0 | 1111 | 11000101 | 110011 | 1000111 |
Color Harmonies of #8EC4DA
Complementary color
Monochromatic Colors of #8EC4DA
Black with #8EC4DA
Text Example
Text Example
White with #8EC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4DA; }
p { color: rgb(142,196,218); }
H1.HeaderClassName
{
color: #8EC4DA;
}
.AnyTagClassName
{
color: #8EC4DA;
}
</style>
background-color css
<style>
a { background-color: #8EC4DA; }
a { background-color: rgb(142,196,218); }
div.DivClassName
{
background-color: #8EC4DA;
}
.BgClassName
{
background-color: #8EC4DA;
}
</style>
border-color css
<style>
span { border-color: #8EC4DA; }
span { border-color: rgb(142,196,218); }
td.TdClassName
{
border-color: #8EC4DA;
}
.TagClassName
{
border-color: #8EC4DA;
}
</style>