Shades of Anakiwa #8AD5E5
Tints of Anakiwa #8AD5E5
RGB
CMYK
RGB Variations
Color information
#8AD5E5 (or 0x8AD5E5) is known color: Anakiwa. HEX triplet: 8A, D5 and E5. RGB value is (138,213,229). Sum of RGB (Red+Green+Blue) = 138+213+229=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #8AD5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5E5 is #752A1A. Grayscale: #C0C0C0. Windows color (decimal): -7678491 or 15062410. OLE color: 15062410.
HSL color Cylindrical-coordinate representation of color #8AD5E5: hue angle of 190.55º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD5E5 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 213 | 229 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.10 |
| HSL | 190.55º | 0.64% | 0.72% | - |
| HSV(B) | 190.55º | 0.4% | 0.9% | - |
| XYZ | 48.42 | 58.65 | 82.9 | - |
| YUV | 192.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 229 | 0.40 | 0.07 | 0 | 0.10 | 190.55 | 0.64 | 0.72 |
| Hex | 8A | D5 | E5 | 28 | 7 | 0 | A | BF | 40 | 48 |
| Octal | 212 | 325 | 345 | 50 | 7 | 0 | 12 | 277 | 100 | 110 |
| Binary | 10001010 | 11010101 | 11100101 | 101000 | 111 | 0 | 1010 | 10111111 | 1000000 | 1001000 |
Color Harmonies of #8AD5E5
Complementary color
Monochromatic Colors of #8AD5E5
Black with #8AD5E5
Text Example
Text Example
White with #8AD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5E5; }
p { color: rgb(138,213,229); }
H1.HeaderClassName
{
color: #8AD5E5;
}
.AnyTagClassName
{
color: #8AD5E5;
}
</style>
background-color css
<style>
a { background-color: #8AD5E5; }
a { background-color: rgb(138,213,229); }
div.DivClassName
{
background-color: #8AD5E5;
}
.BgClassName
{
background-color: #8AD5E5;
}
</style>
border-color css
<style>
span { border-color: #8AD5E5; }
span { border-color: rgb(138,213,229); }
td.TdClassName
{
border-color: #8AD5E5;
}
.TagClassName
{
border-color: #8AD5E5;
}
</style>