Shades of Blizzard Blue #9AECEB
Tints of Blizzard Blue #9AECEB
RGB
CMYK
RGB Variations
Color information
#9AECEB (or 0x9AECEB) is known color: Blizzard Blue. HEX triplet: 9A, EC and EB. RGB value is (154,236,235). Sum of RGB (Red+Green+Blue) = 154+236+235=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECEB is #651314. Grayscale: #D3D3D3. Windows color (decimal): -6624021 or 15461530. OLE color: 15461530.
HSL color Cylindrical-coordinate representation of color #9AECEB: hue angle of 179.27º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECEB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 235 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.07 |
| HSL | 179.27º | 0.68% | 0.76% | - |
| HSV(B) | 179.27º | 0.35% | 0.93% | - |
| XYZ | 58.32 | 72.86 | 89.59 | - |
| YUV | 211.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 235 | 0.35 | 0 | 0.00 | 0.07 | 179.27 | 0.68 | 0.76 |
| Hex | 9A | EC | EB | 23 | 0 | 0 | 7 | B3 | 44 | 4C |
| Octal | 232 | 354 | 353 | 43 | 0 | 0 | 7 | 263 | 104 | 114 |
| Binary | 10011010 | 11101100 | 11101011 | 100011 | 0 | 0 | 111 | 10110011 | 1000100 | 1001100 |
Color Harmonies of #9AECEB
Complementary color
Monochromatic Colors of #9AECEB
Black with #9AECEB
Text Example
Text Example
White with #9AECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECEB; }
p { color: rgb(154,236,235); }
H1.HeaderClassName
{
color: #9AECEB;
}
.AnyTagClassName
{
color: #9AECEB;
}
</style>
background-color css
<style>
a { background-color: #9AECEB; }
a { background-color: rgb(154,236,235); }
div.DivClassName
{
background-color: #9AECEB;
}
.BgClassName
{
background-color: #9AECEB;
}
</style>
border-color css
<style>
span { border-color: #9AECEB; }
span { border-color: rgb(154,236,235); }
td.TdClassName
{
border-color: #9AECEB;
}
.TagClassName
{
border-color: #9AECEB;
}
</style>