Shades of Blizzard Blue #9AE5DF
Tints of Blizzard Blue #9AE5DF
RGB
CMYK
RGB Variations
Color information
#9AE5DF (or 0x9AE5DF) is known color: Blizzard Blue. HEX triplet: 9A, E5 and DF. RGB value is (154,229,223). Sum of RGB (Red+Green+Blue) = 154+229+223=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE5DF is #651A20. Grayscale: #CDCDCD. Windows color (decimal): -6625825 or 14673306. OLE color: 14673306.
HSL color Cylindrical-coordinate representation of color #9AE5DF: hue angle of 175.2º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AE5DF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 223 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.10 |
| HSL | 175.2º | 0.59% | 0.75% | - |
| HSV(B) | 175.2º | 0.33% | 0.9% | - |
| XYZ | 54.67 | 68.24 | 80.1 | - |
| YUV | 205.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 223 | 0.33 | 0 | 0.03 | 0.10 | 175.2 | 0.59 | 0.75 |
| Hex | 9A | E5 | DF | 21 | 0 | 3 | A | AF | 3B | 4B |
| Octal | 232 | 345 | 337 | 41 | 0 | 3 | 12 | 257 | 73 | 113 |
| Binary | 10011010 | 11100101 | 11011111 | 100001 | 0 | 11 | 1010 | 10101111 | 111011 | 1001011 |
Color Harmonies of #9AE5DF
Complementary color
Monochromatic Colors of #9AE5DF
Black with #9AE5DF
Text Example
Text Example
White with #9AE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE5DF; }
p { color: rgb(154,229,223); }
H1.HeaderClassName
{
color: #9AE5DF;
}
.AnyTagClassName
{
color: #9AE5DF;
}
</style>
background-color css
<style>
a { background-color: #9AE5DF; }
a { background-color: rgb(154,229,223); }
div.DivClassName
{
background-color: #9AE5DF;
}
.BgClassName
{
background-color: #9AE5DF;
}
</style>
border-color css
<style>
span { border-color: #9AE5DF; }
span { border-color: rgb(154,229,223); }
td.TdClassName
{
border-color: #9AE5DF;
}
.TagClassName
{
border-color: #9AE5DF;
}
</style>