Shades of Blizzard Blue #9AEBEE
Tints of Blizzard Blue #9AEBEE
RGB
CMYK
RGB Variations
Color information
#9AEBEE (or 0x9AEBEE) is known color: Blizzard Blue. HEX triplet: 9A, EB and EE. RGB value is (154,235,238). Sum of RGB (Red+Green+Blue) = 154+235+238=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBEE is #651411. Grayscale: #D3D3D3. Windows color (decimal): -6624274 or 15657882. OLE color: 15657882.
HSL color Cylindrical-coordinate representation of color #9AEBEE: hue angle of 182.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEBEE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 235 | 238 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.07 |
| HSL | 182.14º | 0.71% | 0.77% | - |
| HSV(B) | 182.14º | 0.35% | 0.93% | - |
| XYZ | 58.47 | 72.46 | 91.79 | - |
| YUV | 211.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 238 | 0.35 | 0.01 | 0 | 0.07 | 182.14 | 0.71 | 0.77 |
| Hex | 9A | EB | EE | 23 | 1 | 0 | 7 | B6 | 47 | 4D |
| Octal | 232 | 353 | 356 | 43 | 1 | 0 | 7 | 266 | 107 | 115 |
| Binary | 10011010 | 11101011 | 11101110 | 100011 | 1 | 0 | 111 | 10110110 | 1000111 | 1001101 |
Color Harmonies of #9AEBEE
Complementary color
Monochromatic Colors of #9AEBEE
Black with #9AEBEE
Text Example
Text Example
White with #9AEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBEE; }
p { color: rgb(154,235,238); }
H1.HeaderClassName
{
color: #9AEBEE;
}
.AnyTagClassName
{
color: #9AEBEE;
}
</style>
background-color css
<style>
a { background-color: #9AEBEE; }
a { background-color: rgb(154,235,238); }
div.DivClassName
{
background-color: #9AEBEE;
}
.BgClassName
{
background-color: #9AEBEE;
}
</style>
border-color css
<style>
span { border-color: #9AEBEE; }
span { border-color: rgb(154,235,238); }
td.TdClassName
{
border-color: #9AEBEE;
}
.TagClassName
{
border-color: #9AEBEE;
}
</style>