Shades of Anakiwa #8AD1EA
Tints of Anakiwa #8AD1EA
RGB
CMYK
RGB Variations
Color information
#8AD1EA (or 0x8AD1EA) is known color: Anakiwa. HEX triplet: 8A, D1 and EA. RGB value is (138,209,234). Sum of RGB (Red+Green+Blue) = 138+209+234=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD1EA is #752E15. Grayscale: #BEBEBE. Windows color (decimal): -7679510 or 15389066. OLE color: 15389066.
HSL color Cylindrical-coordinate representation of color #8AD1EA: hue angle of 195.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD1EA is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 209 | 234 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.08 |
| HSL | 195.63º | 0.7% | 0.73% | - |
| HSV(B) | 195.63º | 0.41% | 0.92% | - |
| XYZ | 48.13 | 56.94 | 86.3 | - |
| YUV | 190.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 234 | 0.41 | 0.11 | 0 | 0.08 | 195.63 | 0.7 | 0.73 |
| Hex | 8A | D1 | EA | 29 | B | 0 | 8 | C4 | 46 | 49 |
| Octal | 212 | 321 | 352 | 51 | 13 | 0 | 10 | 304 | 106 | 111 |
| Binary | 10001010 | 11010001 | 11101010 | 101001 | 1011 | 0 | 1000 | 11000100 | 1000110 | 1001001 |
Color Harmonies of #8AD1EA
Complementary color
Monochromatic Colors of #8AD1EA
Black with #8AD1EA
Text Example
Text Example
White with #8AD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD1EA; }
p { color: rgb(138,209,234); }
H1.HeaderClassName
{
color: #8AD1EA;
}
.AnyTagClassName
{
color: #8AD1EA;
}
</style>
background-color css
<style>
a { background-color: #8AD1EA; }
a { background-color: rgb(138,209,234); }
div.DivClassName
{
background-color: #8AD1EA;
}
.BgClassName
{
background-color: #8AD1EA;
}
</style>
border-color css
<style>
span { border-color: #8AD1EA; }
span { border-color: rgb(138,209,234); }
td.TdClassName
{
border-color: #8AD1EA;
}
.TagClassName
{
border-color: #8AD1EA;
}
</style>