Shades of Anakiwa #8AD3E8
Tints of Anakiwa #8AD3E8
RGB
CMYK
RGB Variations
Color information
#8AD3E8 (or 0x8AD3E8) is known color: Anakiwa. HEX triplet: 8A, D3 and E8. RGB value is (138,211,232). Sum of RGB (Red+Green+Blue) = 138+211+232=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #8AD3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD3E8 is #752C17. Grayscale: #BFBFBF. Windows color (decimal): -7679000 or 15258506. OLE color: 15258506.
HSL color Cylindrical-coordinate representation of color #8AD3E8: hue angle of 193.4º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD3E8 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 211 | 232 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.09 |
| HSL | 193.4º | 0.67% | 0.73% | - |
| HSV(B) | 193.4º | 0.41% | 0.91% | - |
| XYZ | 48.34 | 57.82 | 84.96 | - |
| YUV | 191.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 232 | 0.41 | 0.09 | 0 | 0.09 | 193.4 | 0.67 | 0.73 |
| Hex | 8A | D3 | E8 | 29 | 9 | 0 | 9 | C1 | 43 | 49 |
| Octal | 212 | 323 | 350 | 51 | 11 | 0 | 11 | 301 | 103 | 111 |
| Binary | 10001010 | 11010011 | 11101000 | 101001 | 1001 | 0 | 1001 | 11000001 | 1000011 | 1001001 |
Color Harmonies of #8AD3E8
Complementary color
Monochromatic Colors of #8AD3E8
Black with #8AD3E8
Text Example
Text Example
White with #8AD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD3E8; }
p { color: rgb(138,211,232); }
H1.HeaderClassName
{
color: #8AD3E8;
}
.AnyTagClassName
{
color: #8AD3E8;
}
</style>
background-color css
<style>
a { background-color: #8AD3E8; }
a { background-color: rgb(138,211,232); }
div.DivClassName
{
background-color: #8AD3E8;
}
.BgClassName
{
background-color: #8AD3E8;
}
</style>
border-color css
<style>
span { border-color: #8AD3E8; }
span { border-color: rgb(138,211,232); }
td.TdClassName
{
border-color: #8AD3E8;
}
.TagClassName
{
border-color: #8AD3E8;
}
</style>