Shades of Blizzard Blue #9ADFEC
Tints of Blizzard Blue #9ADFEC
RGB
CMYK
RGB Variations
Color information
#9ADFEC (or 0x9ADFEC) is known color: Blizzard Blue. HEX triplet: 9A, DF and EC. RGB value is (154,223,236). Sum of RGB (Red+Green+Blue) = 154+223+236=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ADFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFEC is #652013. Grayscale: #CBCBCB. Windows color (decimal): -6627348 or 15523738. OLE color: 15523738.
HSL color Cylindrical-coordinate representation of color #9ADFEC: hue angle of 189.51º 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 #9ADFEC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 223 | 236 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.07 |
| HSL | 189.51º | 0.68% | 0.76% | - |
| HSV(B) | 189.51º | 0.35% | 0.93% | - |
| XYZ | 54.85 | 65.7 | 89.15 | - |
| YUV | 203.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 236 | 0.35 | 0.06 | 0 | 0.07 | 189.51 | 0.68 | 0.76 |
| Hex | 9A | DF | EC | 23 | 6 | 0 | 7 | BE | 44 | 4C |
| Octal | 232 | 337 | 354 | 43 | 6 | 0 | 7 | 276 | 104 | 114 |
| Binary | 10011010 | 11011111 | 11101100 | 100011 | 110 | 0 | 111 | 10111110 | 1000100 | 1001100 |
Color Harmonies of #9ADFEC
Complementary color
Monochromatic Colors of #9ADFEC
Black with #9ADFEC
Text Example
Text Example
White with #9ADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFEC; }
p { color: rgb(154,223,236); }
H1.HeaderClassName
{
color: #9ADFEC;
}
.AnyTagClassName
{
color: #9ADFEC;
}
</style>
background-color css
<style>
a { background-color: #9ADFEC; }
a { background-color: rgb(154,223,236); }
div.DivClassName
{
background-color: #9ADFEC;
}
.BgClassName
{
background-color: #9ADFEC;
}
</style>
border-color css
<style>
span { border-color: #9ADFEC; }
span { border-color: rgb(154,223,236); }
td.TdClassName
{
border-color: #9ADFEC;
}
.TagClassName
{
border-color: #9ADFEC;
}
</style>