Shades of Blizzard Blue #9ADEF1
Tints of Blizzard Blue #9ADEF1
RGB
CMYK
RGB Variations
Color information
#9ADEF1 (or 0x9ADEF1) is known color: Blizzard Blue. HEX triplet: 9A, DE and F1. RGB value is (154,222,241). Sum of RGB (Red+Green+Blue) = 154+222+241=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADEF1 is #65210E. Grayscale: #CBCBCB. Windows color (decimal): -6627599 or 15851162. OLE color: 15851162.
HSL color Cylindrical-coordinate representation of color #9ADEF1: hue angle of 193.1º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADEF1 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 222 | 241 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.05 |
| HSL | 193.1º | 0.76% | 0.77% | - |
| HSV(B) | 193.1º | 0.36% | 0.95% | - |
| XYZ | 55.32 | 65.46 | 92.94 | - |
| YUV | 203.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 241 | 0.36 | 0.08 | 0 | 0.05 | 193.1 | 0.76 | 0.77 |
| Hex | 9A | DE | F1 | 24 | 8 | 0 | 5 | C1 | 4C | 4D |
| Octal | 232 | 336 | 361 | 44 | 10 | 0 | 5 | 301 | 114 | 115 |
| Binary | 10011010 | 11011110 | 11110001 | 100100 | 1000 | 0 | 101 | 11000001 | 1001100 | 1001101 |
Color Harmonies of #9ADEF1
Complementary color
Monochromatic Colors of #9ADEF1
Black with #9ADEF1
Text Example
Text Example
White with #9ADEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEF1; }
p { color: rgb(154,222,241); }
H1.HeaderClassName
{
color: #9ADEF1;
}
.AnyTagClassName
{
color: #9ADEF1;
}
</style>
background-color css
<style>
a { background-color: #9ADEF1; }
a { background-color: rgb(154,222,241); }
div.DivClassName
{
background-color: #9ADEF1;
}
.BgClassName
{
background-color: #9ADEF1;
}
</style>
border-color css
<style>
span { border-color: #9ADEF1; }
span { border-color: rgb(154,222,241); }
td.TdClassName
{
border-color: #9ADEF1;
}
.TagClassName
{
border-color: #9ADEF1;
}
</style>