Shades of Blizzard Blue #8AE3E8
Tints of Blizzard Blue #8AE3E8
RGB
CMYK
RGB Variations
Color information
#8AE3E8 (or 0x8AE3E8) is known color: Blizzard Blue. HEX triplet: 8A, E3 and E8. RGB value is (138,227,232). Sum of RGB (Red+Green+Blue) = 138+227+232=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #8AE3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE3E8 is #751C17. Grayscale: #C8C8C8. Windows color (decimal): -7674904 or 15262602. OLE color: 15262602.
HSL color Cylindrical-coordinate representation of color #8AE3E8: hue angle of 183.19º 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 #8AE3E8 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 227 | 232 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.09 |
| HSL | 183.19º | 0.67% | 0.73% | - |
| HSV(B) | 183.19º | 0.41% | 0.91% | - |
| XYZ | 52.52 | 66.17 | 86.35 | - |
| YUV | 200.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 227 | 232 | 0.41 | 0.02 | 0 | 0.09 | 183.19 | 0.67 | 0.73 |
| Hex | 8A | E3 | E8 | 29 | 2 | 0 | 9 | B7 | 43 | 49 |
| Octal | 212 | 343 | 350 | 51 | 2 | 0 | 11 | 267 | 103 | 111 |
| Binary | 10001010 | 11100011 | 11101000 | 101001 | 10 | 0 | 1001 | 10110111 | 1000011 | 1001001 |
Color Harmonies of #8AE3E8
Complementary color
Monochromatic Colors of #8AE3E8
Black with #8AE3E8
Text Example
Text Example
White with #8AE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE3E8; }
p { color: rgb(138,227,232); }
H1.HeaderClassName
{
color: #8AE3E8;
}
.AnyTagClassName
{
color: #8AE3E8;
}
</style>
background-color css
<style>
a { background-color: #8AE3E8; }
a { background-color: rgb(138,227,232); }
div.DivClassName
{
background-color: #8AE3E8;
}
.BgClassName
{
background-color: #8AE3E8;
}
</style>
border-color css
<style>
span { border-color: #8AE3E8; }
span { border-color: rgb(138,227,232); }
td.TdClassName
{
border-color: #8AE3E8;
}
.TagClassName
{
border-color: #8AE3E8;
}
</style>