Shades of Anakiwa #8EDDEF
Tints of Anakiwa #8EDDEF
RGB
CMYK
RGB Variations
Color information
#8EDDEF (or 0x8EDDEF) is known color: Anakiwa. HEX triplet: 8E, DD and EF. RGB value is (142,221,239). Sum of RGB (Red+Green+Blue) = 142+221+239=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDDEF is #712210. Grayscale: #C7C7C7. Windows color (decimal): -7414289 or 15719822. OLE color: 15719822.
HSL color Cylindrical-coordinate representation of color #8EDDEF: hue angle of 191.13º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EDDEF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 221 | 239 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.06 |
| HSL | 191.13º | 0.75% | 0.75% | - |
| HSV(B) | 191.13º | 0.41% | 0.94% | - |
| XYZ | 52.59 | 63.7 | 91.18 | - |
| YUV | 199.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 239 | 0.41 | 0.08 | 0 | 0.06 | 191.13 | 0.75 | 0.75 |
| Hex | 8E | DD | EF | 29 | 8 | 0 | 6 | BF | 4B | 4B |
| Octal | 216 | 335 | 357 | 51 | 10 | 0 | 6 | 277 | 113 | 113 |
| Binary | 10001110 | 11011101 | 11101111 | 101001 | 1000 | 0 | 110 | 10111111 | 1001011 | 1001011 |
Color Harmonies of #8EDDEF
Complementary color
Monochromatic Colors of #8EDDEF
Black with #8EDDEF
Text Example
Text Example
White with #8EDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDEF; }
p { color: rgb(142,221,239); }
H1.HeaderClassName
{
color: #8EDDEF;
}
.AnyTagClassName
{
color: #8EDDEF;
}
</style>
background-color css
<style>
a { background-color: #8EDDEF; }
a { background-color: rgb(142,221,239); }
div.DivClassName
{
background-color: #8EDDEF;
}
.BgClassName
{
background-color: #8EDDEF;
}
</style>
border-color css
<style>
span { border-color: #8EDDEF; }
span { border-color: rgb(142,221,239); }
td.TdClassName
{
border-color: #8EDDEF;
}
.TagClassName
{
border-color: #8EDDEF;
}
</style>