Shades of Anakiwa #8ED6EF
Tints of Anakiwa #8ED6EF
RGB
CMYK
RGB Variations
Color information
#8ED6EF (or 0x8ED6EF) is known color: Anakiwa. HEX triplet: 8E, D6 and EF. RGB value is (142,214,239). Sum of RGB (Red+Green+Blue) = 142+214+239=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED6EF is #712910. Grayscale: #C3C3C3. Windows color (decimal): -7416081 or 15718030. OLE color: 15718030.
HSL color Cylindrical-coordinate representation of color #8ED6EF: hue angle of 195.46º 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 #8ED6EF is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 214 | 239 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.06 |
| HSL | 195.46º | 0.75% | 0.75% | - |
| HSV(B) | 195.46º | 0.41% | 0.94% | - |
| XYZ | 50.78 | 60.08 | 90.58 | - |
| YUV | 195.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 239 | 0.41 | 0.10 | 0 | 0.06 | 195.46 | 0.75 | 0.75 |
| Hex | 8E | D6 | EF | 29 | A | 0 | 6 | C3 | 4B | 4B |
| Octal | 216 | 326 | 357 | 51 | 12 | 0 | 6 | 303 | 113 | 113 |
| Binary | 10001110 | 11010110 | 11101111 | 101001 | 1010 | 0 | 110 | 11000011 | 1001011 | 1001011 |
Color Harmonies of #8ED6EF
Complementary color
Monochromatic Colors of #8ED6EF
Black with #8ED6EF
Text Example
Text Example
White with #8ED6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED6EF; }
p { color: rgb(142,214,239); }
H1.HeaderClassName
{
color: #8ED6EF;
}
.AnyTagClassName
{
color: #8ED6EF;
}
</style>
background-color css
<style>
a { background-color: #8ED6EF; }
a { background-color: rgb(142,214,239); }
div.DivClassName
{
background-color: #8ED6EF;
}
.BgClassName
{
background-color: #8ED6EF;
}
</style>
border-color css
<style>
span { border-color: #8ED6EF; }
span { border-color: rgb(142,214,239); }
td.TdClassName
{
border-color: #8ED6EF;
}
.TagClassName
{
border-color: #8ED6EF;
}
</style>