Shades of Anakiwa #8AD0E1
Tints of Anakiwa #8AD0E1
RGB
CMYK
RGB Variations
Color information
#8AD0E1 (or 0x8AD0E1) is known color: Anakiwa. HEX triplet: 8A, D0 and E1. RGB value is (138,208,225). Sum of RGB (Red+Green+Blue) = 138+208+225=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AD0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD0E1 is #752F1E. Grayscale: #BCBCBC. Windows color (decimal): -7679775 or 14798986. OLE color: 14798986.
HSL color Cylindrical-coordinate representation of color #8AD0E1: hue angle of 191.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD0E1 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 208 | 225 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.12 |
| HSL | 191.72º | 0.59% | 0.71% | - |
| HSV(B) | 191.72º | 0.39% | 0.88% | - |
| XYZ | 46.63 | 55.95 | 79.58 | - |
| YUV | 189.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 225 | 0.39 | 0.08 | 0 | 0.12 | 191.72 | 0.59 | 0.71 |
| Hex | 8A | D0 | E1 | 27 | 8 | 0 | C | C0 | 3B | 47 |
| Octal | 212 | 320 | 341 | 47 | 10 | 0 | 14 | 300 | 73 | 107 |
| Binary | 10001010 | 11010000 | 11100001 | 100111 | 1000 | 0 | 1100 | 11000000 | 111011 | 1000111 |
Color Harmonies of #8AD0E1
Complementary color
Monochromatic Colors of #8AD0E1
Black with #8AD0E1
Text Example
Text Example
White with #8AD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0E1; }
p { color: rgb(138,208,225); }
H1.HeaderClassName
{
color: #8AD0E1;
}
.AnyTagClassName
{
color: #8AD0E1;
}
</style>
background-color css
<style>
a { background-color: #8AD0E1; }
a { background-color: rgb(138,208,225); }
div.DivClassName
{
background-color: #8AD0E1;
}
.BgClassName
{
background-color: #8AD0E1;
}
</style>
border-color css
<style>
span { border-color: #8AD0E1; }
span { border-color: rgb(138,208,225); }
td.TdClassName
{
border-color: #8AD0E1;
}
.TagClassName
{
border-color: #8AD0E1;
}
</style>