Shades of Blizzard Blue #8AEAE7
Tints of Blizzard Blue #8AEAE7
RGB
CMYK
RGB Variations
Color information
#8AEAE7 (or 0x8AEAE7) is known color: Blizzard Blue. HEX triplet: 8A, EA and E7. RGB value is (138,234,231). Sum of RGB (Red+Green+Blue) = 138+234+231=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEAE7 is #751518. Grayscale: #CCCCCC. Windows color (decimal): -7673113 or 15198858. OLE color: 15198858.
HSL color Cylindrical-coordinate representation of color #8AEAE7: hue angle of 178.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 #8AEAE7 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 231 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.08 |
| HSL | 178.13º | 0.7% | 0.73% | - |
| HSV(B) | 178.13º | 0.41% | 0.92% | - |
| XYZ | 54.33 | 70.02 | 86.25 | - |
| YUV | 204.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 231 | 0.41 | 0 | 0.01 | 0.08 | 178.13 | 0.7 | 0.73 |
| Hex | 8A | EA | E7 | 29 | 0 | 1 | 8 | B2 | 46 | 49 |
| Octal | 212 | 352 | 347 | 51 | 0 | 1 | 10 | 262 | 106 | 111 |
| Binary | 10001010 | 11101010 | 11100111 | 101001 | 0 | 1 | 1000 | 10110010 | 1000110 | 1001001 |
Color Harmonies of #8AEAE7
Complementary color
Monochromatic Colors of #8AEAE7
Black with #8AEAE7
Text Example
Text Example
White with #8AEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEAE7; }
p { color: rgb(138,234,231); }
H1.HeaderClassName
{
color: #8AEAE7;
}
.AnyTagClassName
{
color: #8AEAE7;
}
</style>
background-color css
<style>
a { background-color: #8AEAE7; }
a { background-color: rgb(138,234,231); }
div.DivClassName
{
background-color: #8AEAE7;
}
.BgClassName
{
background-color: #8AEAE7;
}
</style>
border-color css
<style>
span { border-color: #8AEAE7; }
span { border-color: rgb(138,234,231); }
td.TdClassName
{
border-color: #8AEAE7;
}
.TagClassName
{
border-color: #8AEAE7;
}
</style>