Shades of Blizzard Blue #9AEBEA
Tints of Blizzard Blue #9AEBEA
RGB
CMYK
RGB Variations
Color information
#9AEBEA (or 0x9AEBEA) is known color: Blizzard Blue. HEX triplet: 9A, EB and EA. RGB value is (154,235,234). Sum of RGB (Red+Green+Blue) = 154+235+234=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBEA is #651415. Grayscale: #D2D2D2. Windows color (decimal): -6624278 or 15395738. OLE color: 15395738.
HSL color Cylindrical-coordinate representation of color #9AEBEA: hue angle of 179.26º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBEA is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 234 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.08 |
| HSL | 179.26º | 0.67% | 0.76% | - |
| HSV(B) | 179.26º | 0.34% | 0.92% | - |
| XYZ | 57.89 | 72.23 | 88.73 | - |
| YUV | 210.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 234 | 0.34 | 0 | 0.00 | 0.08 | 179.26 | 0.67 | 0.76 |
| Hex | 9A | EB | EA | 22 | 0 | 0 | 8 | B3 | 43 | 4C |
| Octal | 232 | 353 | 352 | 42 | 0 | 0 | 10 | 263 | 103 | 114 |
| Binary | 10011010 | 11101011 | 11101010 | 100010 | 0 | 0 | 1000 | 10110011 | 1000011 | 1001100 |
Color Harmonies of #9AEBEA
Complementary color
Monochromatic Colors of #9AEBEA
Black with #9AEBEA
Text Example
Text Example
White with #9AEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBEA; }
p { color: rgb(154,235,234); }
H1.HeaderClassName
{
color: #9AEBEA;
}
.AnyTagClassName
{
color: #9AEBEA;
}
</style>
background-color css
<style>
a { background-color: #9AEBEA; }
a { background-color: rgb(154,235,234); }
div.DivClassName
{
background-color: #9AEBEA;
}
.BgClassName
{
background-color: #9AEBEA;
}
</style>
border-color css
<style>
span { border-color: #9AEBEA; }
span { border-color: rgb(154,235,234); }
td.TdClassName
{
border-color: #9AEBEA;
}
.TagClassName
{
border-color: #9AEBEA;
}
</style>