Shades of Blizzard Blue #8AE4EA
Tints of Blizzard Blue #8AE4EA
RGB
CMYK
RGB Variations
Color information
#8AE4EA (or 0x8AE4EA) is known color: Blizzard Blue. HEX triplet: 8A, E4 and EA. RGB value is (138,228,234). Sum of RGB (Red+Green+Blue) = 138+228+234=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE4EA is #751B15. Grayscale: #C9C9C9. Windows color (decimal): -7674646 or 15393930. OLE color: 15393930.
HSL color Cylindrical-coordinate representation of color #8AE4EA: hue angle of 183.75º 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 #8AE4EA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 228 | 234 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.08 |
| HSL | 183.75º | 0.7% | 0.73% | - |
| HSV(B) | 183.75º | 0.41% | 0.92% | - |
| XYZ | 53.08 | 66.83 | 87.94 | - |
| YUV | 201.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 228 | 234 | 0.41 | 0.03 | 0 | 0.08 | 183.75 | 0.7 | 0.73 |
| Hex | 8A | E4 | EA | 29 | 3 | 0 | 8 | B8 | 46 | 49 |
| Octal | 212 | 344 | 352 | 51 | 3 | 0 | 10 | 270 | 106 | 111 |
| Binary | 10001010 | 11100100 | 11101010 | 101001 | 11 | 0 | 1000 | 10111000 | 1000110 | 1001001 |
Color Harmonies of #8AE4EA
Complementary color
Monochromatic Colors of #8AE4EA
Black with #8AE4EA
Text Example
Text Example
White with #8AE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE4EA; }
p { color: rgb(138,228,234); }
H1.HeaderClassName
{
color: #8AE4EA;
}
.AnyTagClassName
{
color: #8AE4EA;
}
</style>
background-color css
<style>
a { background-color: #8AE4EA; }
a { background-color: rgb(138,228,234); }
div.DivClassName
{
background-color: #8AE4EA;
}
.BgClassName
{
background-color: #8AE4EA;
}
</style>
border-color css
<style>
span { border-color: #8AE4EA; }
span { border-color: rgb(138,228,234); }
td.TdClassName
{
border-color: #8AE4EA;
}
.TagClassName
{
border-color: #8AE4EA;
}
</style>