Shades of Anakiwa #8ECFEA
Tints of Anakiwa #8ECFEA
RGB
CMYK
RGB Variations
Color information
#8ECFEA (or 0x8ECFEA) is known color: Anakiwa. HEX triplet: 8E, CF and EA. RGB value is (142,207,234). Sum of RGB (Red+Green+Blue) = 142+207+234=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ECFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECFEA is #713015. Grayscale: #BEBEBE. Windows color (decimal): -7417878 or 15388558. OLE color: 15388558.
HSL color Cylindrical-coordinate representation of color #8ECFEA: hue angle of 197.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECFEA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 207 | 234 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.08 |
| HSL | 197.61º | 0.69% | 0.74% | - |
| HSV(B) | 197.61º | 0.39% | 0.92% | - |
| XYZ | 48.32 | 56.32 | 86.17 | - |
| YUV | 190.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 234 | 0.39 | 0.12 | 0 | 0.08 | 197.61 | 0.69 | 0.74 |
| Hex | 8E | CF | EA | 27 | C | 0 | 8 | C6 | 45 | 4A |
| Octal | 216 | 317 | 352 | 47 | 14 | 0 | 10 | 306 | 105 | 112 |
| Binary | 10001110 | 11001111 | 11101010 | 100111 | 1100 | 0 | 1000 | 11000110 | 1000101 | 1001010 |
Color Harmonies of #8ECFEA
Complementary color
Monochromatic Colors of #8ECFEA
Black with #8ECFEA
Text Example
Text Example
White with #8ECFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFEA; }
p { color: rgb(142,207,234); }
H1.HeaderClassName
{
color: #8ECFEA;
}
.AnyTagClassName
{
color: #8ECFEA;
}
</style>
background-color css
<style>
a { background-color: #8ECFEA; }
a { background-color: rgb(142,207,234); }
div.DivClassName
{
background-color: #8ECFEA;
}
.BgClassName
{
background-color: #8ECFEA;
}
</style>
border-color css
<style>
span { border-color: #8ECFEA; }
span { border-color: rgb(142,207,234); }
td.TdClassName
{
border-color: #8ECFEA;
}
.TagClassName
{
border-color: #8ECFEA;
}
</style>