Shades of Blizzard Blue #9ADBEF
Tints of Blizzard Blue #9ADBEF
RGB
CMYK
RGB Variations
Color information
#9ADBEF (or 0x9ADBEF) is known color: Blizzard Blue. HEX triplet: 9A, DB and EF. RGB value is (154,219,239). Sum of RGB (Red+Green+Blue) = 154+219+239=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ADBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBEF is #652410. Grayscale: #C9C9C9. Windows color (decimal): -6628369 or 15719322. OLE color: 15719322.
HSL color Cylindrical-coordinate representation of color #9ADBEF: hue angle of 194.12º degrees, saturation: 0.73, 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 #9ADBEF is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 219 | 239 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.06 |
| HSL | 194.12º | 0.73% | 0.77% | - |
| HSV(B) | 194.12º | 0.36% | 0.94% | - |
| XYZ | 54.24 | 63.77 | 91.11 | - |
| YUV | 201.85 | 148.97 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 239 | 0.36 | 0.08 | 0 | 0.06 | 194.12 | 0.73 | 0.77 |
| Hex | 9A | DB | EF | 24 | 8 | 0 | 6 | C2 | 49 | 4D |
| Octal | 232 | 333 | 357 | 44 | 10 | 0 | 6 | 302 | 111 | 115 |
| Binary | 10011010 | 11011011 | 11101111 | 100100 | 1000 | 0 | 110 | 11000010 | 1001001 | 1001101 |
Color Harmonies of #9ADBEF
Complementary color
Monochromatic Colors of #9ADBEF
Black with #9ADBEF
Text Example
Text Example
White with #9ADBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBEF; }
p { color: rgb(154,219,239); }
H1.HeaderClassName
{
color: #9ADBEF;
}
.AnyTagClassName
{
color: #9ADBEF;
}
</style>
background-color css
<style>
a { background-color: #9ADBEF; }
a { background-color: rgb(154,219,239); }
div.DivClassName
{
background-color: #9ADBEF;
}
.BgClassName
{
background-color: #9ADBEF;
}
</style>
border-color css
<style>
span { border-color: #9ADBEF; }
span { border-color: rgb(154,219,239); }
td.TdClassName
{
border-color: #9ADBEF;
}
.TagClassName
{
border-color: #9ADBEF;
}
</style>