Shades of Blizzard Blue #8AE5EA
Tints of Blizzard Blue #8AE5EA
RGB
CMYK
RGB Variations
Color information
#8AE5EA (or 0x8AE5EA) is known color: Blizzard Blue. HEX triplet: 8A, E5 and EA. RGB value is (138,229,234). Sum of RGB (Red+Green+Blue) = 138+229+234=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5EA is #751A15. Grayscale: #CACACA. Windows color (decimal): -7674390 or 15394186. OLE color: 15394186.
HSL color Cylindrical-coordinate representation of color #8AE5EA: hue angle of 183.12º 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 #8AE5EA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 229 | 234 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.08 |
| HSL | 183.13º | 0.7% | 0.73% | - |
| HSV(B) | 183.13º | 0.41% | 0.92% | - |
| XYZ | 53.35 | 67.38 | 88.04 | - |
| YUV | 202.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 234 | 0.41 | 0.02 | 0 | 0.08 | 183.13 | 0.7 | 0.73 |
| Hex | 8A | E5 | EA | 29 | 2 | 0 | 8 | B7 | 46 | 49 |
| Octal | 212 | 345 | 352 | 51 | 2 | 0 | 10 | 267 | 106 | 111 |
| Binary | 10001010 | 11100101 | 11101010 | 101001 | 10 | 0 | 1000 | 10110111 | 1000110 | 1001001 |
Color Harmonies of #8AE5EA
Complementary color
Monochromatic Colors of #8AE5EA
Black with #8AE5EA
Text Example
Text Example
White with #8AE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE5EA; }
p { color: rgb(138,229,234); }
H1.HeaderClassName
{
color: #8AE5EA;
}
.AnyTagClassName
{
color: #8AE5EA;
}
</style>
background-color css
<style>
a { background-color: #8AE5EA; }
a { background-color: rgb(138,229,234); }
div.DivClassName
{
background-color: #8AE5EA;
}
.BgClassName
{
background-color: #8AE5EA;
}
</style>
border-color css
<style>
span { border-color: #8AE5EA; }
span { border-color: rgb(138,229,234); }
td.TdClassName
{
border-color: #8AE5EA;
}
.TagClassName
{
border-color: #8AE5EA;
}
</style>