Shades of Blizzard Blue #9AEEF8
Tints of Blizzard Blue #9AEEF8
RGB
CMYK
RGB Variations
Color information
#9AEEF8 (or 0x9AEEF8) is known color: Blizzard Blue. HEX triplet: 9A, EE and F8. RGB value is (154,238,248). Sum of RGB (Red+Green+Blue) = 154+238+248=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #9AEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEF8 is #651107. Grayscale: #D5D5D5. Windows color (decimal): -6623496 or 16314010. OLE color: 16314010.
HSL color Cylindrical-coordinate representation of color #9AEEF8: hue angle of 186.38º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AEEF8 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 238 | 248 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.03 |
| HSL | 186.38º | 0.87% | 0.79% | - |
| HSV(B) | 186.38º | 0.38% | 0.97% | - |
| XYZ | 60.84 | 74.8 | 100.04 | - |
| YUV | 214.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 248 | 0.38 | 0.04 | 0 | 0.03 | 186.38 | 0.87 | 0.79 |
| Hex | 9A | EE | F8 | 26 | 4 | 0 | 3 | BA | 57 | 4F |
| Octal | 232 | 356 | 370 | 46 | 4 | 0 | 3 | 272 | 127 | 117 |
| Binary | 10011010 | 11101110 | 11111000 | 100110 | 100 | 0 | 11 | 10111010 | 1010111 | 1001111 |
Color Harmonies of #9AEEF8
Complementary color
Monochromatic Colors of #9AEEF8
Black with #9AEEF8
Text Example
Text Example
White with #9AEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEF8; }
p { color: rgb(154,238,248); }
H1.HeaderClassName
{
color: #9AEEF8;
}
.AnyTagClassName
{
color: #9AEEF8;
}
</style>
background-color css
<style>
a { background-color: #9AEEF8; }
a { background-color: rgb(154,238,248); }
div.DivClassName
{
background-color: #9AEEF8;
}
.BgClassName
{
background-color: #9AEEF8;
}
</style>
border-color css
<style>
span { border-color: #9AEEF8; }
span { border-color: rgb(154,238,248); }
td.TdClassName
{
border-color: #9AEEF8;
}
.TagClassName
{
border-color: #9AEEF8;
}
</style>