Shades of Blizzard Blue #9BDEEF
Tints of Blizzard Blue #9BDEEF
RGB
CMYK
RGB Variations
Color information
#9BDEEF (or 0x9BDEEF) is known color: Blizzard Blue. HEX triplet: 9B, DE and EF. RGB value is (155,222,239). Sum of RGB (Red+Green+Blue) = 155+222+239=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDEEF is #642110. Grayscale: #CBCBCB. Windows color (decimal): -6562065 or 15720091. OLE color: 15720091.
HSL color Cylindrical-coordinate representation of color #9BDEEF: hue angle of 192.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BDEEF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 222 | 239 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.06 |
| HSL | 192.14º | 0.72% | 0.77% | - |
| HSV(B) | 192.14º | 0.35% | 0.94% | - |
| XYZ | 55.22 | 65.44 | 91.38 | - |
| YUV | 203.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 239 | 0.35 | 0.07 | 0 | 0.06 | 192.14 | 0.72 | 0.77 |
| Hex | 9B | DE | EF | 23 | 7 | 0 | 6 | C0 | 48 | 4D |
| Octal | 233 | 336 | 357 | 43 | 7 | 0 | 6 | 300 | 110 | 115 |
| Binary | 10011011 | 11011110 | 11101111 | 100011 | 111 | 0 | 110 | 11000000 | 1001000 | 1001101 |
Color Harmonies of #9BDEEF
Complementary color
Monochromatic Colors of #9BDEEF
Black with #9BDEEF
Text Example
Text Example
White with #9BDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEEF; }
p { color: rgb(155,222,239); }
H1.HeaderClassName
{
color: #9BDEEF;
}
.AnyTagClassName
{
color: #9BDEEF;
}
</style>
background-color css
<style>
a { background-color: #9BDEEF; }
a { background-color: rgb(155,222,239); }
div.DivClassName
{
background-color: #9BDEEF;
}
.BgClassName
{
background-color: #9BDEEF;
}
</style>
border-color css
<style>
span { border-color: #9BDEEF; }
span { border-color: rgb(155,222,239); }
td.TdClassName
{
border-color: #9BDEEF;
}
.TagClassName
{
border-color: #9BDEEF;
}
</style>