Shades of Blizzard Blue #9AECEF
Tints of Blizzard Blue #9AECEF
RGB
CMYK
RGB Variations
Color information
#9AECEF (or 0x9AECEF) is known color: Blizzard Blue. HEX triplet: 9A, EC and EF. RGB value is (154,236,239). Sum of RGB (Red+Green+Blue) = 154+236+239=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECEF is #651310. Grayscale: #D3D3D3. Windows color (decimal): -6624017 or 15723674. OLE color: 15723674.
HSL color Cylindrical-coordinate representation of color #9AECEF: hue angle of 182.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AECEF is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 236 | 239 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.06 |
| HSL | 182.12º | 0.73% | 0.77% | - |
| HSV(B) | 182.12º | 0.36% | 0.94% | - |
| XYZ | 58.9 | 73.09 | 92.67 | - |
| YUV | 211.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 239 | 0.36 | 0.01 | 0 | 0.06 | 182.12 | 0.73 | 0.77 |
| Hex | 9A | EC | EF | 24 | 1 | 0 | 6 | B6 | 49 | 4D |
| Octal | 232 | 354 | 357 | 44 | 1 | 0 | 6 | 266 | 111 | 115 |
| Binary | 10011010 | 11101100 | 11101111 | 100100 | 1 | 0 | 110 | 10110110 | 1001001 | 1001101 |
Color Harmonies of #9AECEF
Complementary color
Monochromatic Colors of #9AECEF
Black with #9AECEF
Text Example
Text Example
White with #9AECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECEF; }
p { color: rgb(154,236,239); }
H1.HeaderClassName
{
color: #9AECEF;
}
.AnyTagClassName
{
color: #9AECEF;
}
</style>
background-color css
<style>
a { background-color: #9AECEF; }
a { background-color: rgb(154,236,239); }
div.DivClassName
{
background-color: #9AECEF;
}
.BgClassName
{
background-color: #9AECEF;
}
</style>
border-color css
<style>
span { border-color: #9AECEF; }
span { border-color: rgb(154,236,239); }
td.TdClassName
{
border-color: #9AECEF;
}
.TagClassName
{
border-color: #9AECEF;
}
</style>