Shades of Blizzard Blue #9ADFF0
Tints of Blizzard Blue #9ADFF0
RGB
CMYK
RGB Variations
Color information
#9ADFF0 (or 0x9ADFF0) is known color: Blizzard Blue. HEX triplet: 9A, DF and F0. RGB value is (154,223,240). Sum of RGB (Red+Green+Blue) = 154+223+240=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ADFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFF0 is #65200F. Grayscale: #CCCCCC. Windows color (decimal): -6627344 or 15785882. OLE color: 15785882.
HSL color Cylindrical-coordinate representation of color #9ADFF0: hue angle of 191.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADFF0 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 223 | 240 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.06 |
| HSL | 191.86º | 0.74% | 0.77% | - |
| HSV(B) | 191.86º | 0.36% | 0.94% | - |
| XYZ | 55.44 | 65.94 | 92.24 | - |
| YUV | 204.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 240 | 0.36 | 0.07 | 0 | 0.06 | 191.86 | 0.74 | 0.77 |
| Hex | 9A | DF | F0 | 24 | 7 | 0 | 6 | C0 | 4A | 4D |
| Octal | 232 | 337 | 360 | 44 | 7 | 0 | 6 | 300 | 112 | 115 |
| Binary | 10011010 | 11011111 | 11110000 | 100100 | 111 | 0 | 110 | 11000000 | 1001010 | 1001101 |
Color Harmonies of #9ADFF0
Complementary color
Monochromatic Colors of #9ADFF0
Black with #9ADFF0
Text Example
Text Example
White with #9ADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFF0; }
p { color: rgb(154,223,240); }
H1.HeaderClassName
{
color: #9ADFF0;
}
.AnyTagClassName
{
color: #9ADFF0;
}
</style>
background-color css
<style>
a { background-color: #9ADFF0; }
a { background-color: rgb(154,223,240); }
div.DivClassName
{
background-color: #9ADFF0;
}
.BgClassName
{
background-color: #9ADFF0;
}
</style>
border-color css
<style>
span { border-color: #9ADFF0; }
span { border-color: rgb(154,223,240); }
td.TdClassName
{
border-color: #9ADFF0;
}
.TagClassName
{
border-color: #9ADFF0;
}
</style>