Shades of Anakiwa #8EDDEB
Tints of Anakiwa #8EDDEB
RGB
CMYK
RGB Variations
Color information
#8EDDEB (or 0x8EDDEB) is known color: Anakiwa. HEX triplet: 8E, DD and EB. RGB value is (142,221,235). Sum of RGB (Red+Green+Blue) = 142+221+235=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDDEB is #712214. Grayscale: #C6C6C6. Windows color (decimal): -7414293 or 15457678. OLE color: 15457678.
HSL color Cylindrical-coordinate representation of color #8EDDEB: hue angle of 189.03º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDDEB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 221 | 235 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.08 |
| HSL | 189.03º | 0.7% | 0.74% | - |
| HSV(B) | 189.03º | 0.4% | 0.92% | - |
| XYZ | 52.01 | 63.46 | 88.11 | - |
| YUV | 198.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 235 | 0.40 | 0.06 | 0 | 0.08 | 189.03 | 0.7 | 0.74 |
| Hex | 8E | DD | EB | 28 | 6 | 0 | 8 | BD | 46 | 4A |
| Octal | 216 | 335 | 353 | 50 | 6 | 0 | 10 | 275 | 106 | 112 |
| Binary | 10001110 | 11011101 | 11101011 | 101000 | 110 | 0 | 1000 | 10111101 | 1000110 | 1001010 |
Color Harmonies of #8EDDEB
Complementary color
Monochromatic Colors of #8EDDEB
Black with #8EDDEB
Text Example
Text Example
White with #8EDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDEB; }
p { color: rgb(142,221,235); }
H1.HeaderClassName
{
color: #8EDDEB;
}
.AnyTagClassName
{
color: #8EDDEB;
}
</style>
background-color css
<style>
a { background-color: #8EDDEB; }
a { background-color: rgb(142,221,235); }
div.DivClassName
{
background-color: #8EDDEB;
}
.BgClassName
{
background-color: #8EDDEB;
}
</style>
border-color css
<style>
span { border-color: #8EDDEB; }
span { border-color: rgb(142,221,235); }
td.TdClassName
{
border-color: #8EDDEB;
}
.TagClassName
{
border-color: #8EDDEB;
}
</style>