Shades of Blizzard Blue #9AEEF6
Tints of Blizzard Blue #9AEEF6
RGB
CMYK
RGB Variations
Color information
#9AEEF6 (or 0x9AEEF6) is known color: Blizzard Blue. HEX triplet: 9A, EE and F6. RGB value is (154,238,246). Sum of RGB (Red+Green+Blue) = 154+238+246=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #9AEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEF6 is #651109. Grayscale: #D5D5D5. Windows color (decimal): -6623498 or 16182938. OLE color: 16182938.
HSL color Cylindrical-coordinate representation of color #9AEEF6: hue angle of 185.22º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AEEF6 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 238 | 246 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.04 |
| HSL | 185.22º | 0.84% | 0.78% | - |
| HSV(B) | 185.22º | 0.37% | 0.96% | - |
| XYZ | 60.54 | 74.67 | 98.41 | - |
| YUV | 213.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 246 | 0.37 | 0.03 | 0 | 0.04 | 185.22 | 0.84 | 0.78 |
| Hex | 9A | EE | F6 | 25 | 3 | 0 | 4 | B9 | 54 | 4E |
| Octal | 232 | 356 | 366 | 45 | 3 | 0 | 4 | 271 | 124 | 116 |
| Binary | 10011010 | 11101110 | 11110110 | 100101 | 11 | 0 | 100 | 10111001 | 1010100 | 1001110 |
Color Harmonies of #9AEEF6
Complementary color
Monochromatic Colors of #9AEEF6
Black with #9AEEF6
Text Example
Text Example
White with #9AEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEF6; }
p { color: rgb(154,238,246); }
H1.HeaderClassName
{
color: #9AEEF6;
}
.AnyTagClassName
{
color: #9AEEF6;
}
</style>
background-color css
<style>
a { background-color: #9AEEF6; }
a { background-color: rgb(154,238,246); }
div.DivClassName
{
background-color: #9AEEF6;
}
.BgClassName
{
background-color: #9AEEF6;
}
</style>
border-color css
<style>
span { border-color: #9AEEF6; }
span { border-color: rgb(154,238,246); }
td.TdClassName
{
border-color: #9AEEF6;
}
.TagClassName
{
border-color: #9AEEF6;
}
</style>