Shades of Blizzard Blue #9BDDEC
Tints of Blizzard Blue #9BDDEC
RGB
CMYK
RGB Variations
Color information
#9BDDEC (or 0x9BDDEC) is known color: Blizzard Blue. HEX triplet: 9B, DD and EC. RGB value is (155,221,236). Sum of RGB (Red+Green+Blue) = 155+221+236=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDEC is #642213. Grayscale: #CACACA. Windows color (decimal): -6562324 or 15523227. OLE color: 15523227.
HSL color Cylindrical-coordinate representation of color #9BDDEC: hue angle of 191.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BDDEC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 221 | 236 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.07 |
| HSL | 191.11º | 0.68% | 0.77% | - |
| HSV(B) | 191.11º | 0.34% | 0.93% | - |
| XYZ | 54.51 | 64.74 | 88.98 | - |
| YUV | 202.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 236 | 0.34 | 0.06 | 0 | 0.07 | 191.11 | 0.68 | 0.77 |
| Hex | 9B | DD | EC | 22 | 6 | 0 | 7 | BF | 44 | 4D |
| Octal | 233 | 335 | 354 | 42 | 6 | 0 | 7 | 277 | 104 | 115 |
| Binary | 10011011 | 11011101 | 11101100 | 100010 | 110 | 0 | 111 | 10111111 | 1000100 | 1001101 |
Color Harmonies of #9BDDEC
Complementary color
Monochromatic Colors of #9BDDEC
Black with #9BDDEC
Text Example
Text Example
White with #9BDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDEC; }
p { color: rgb(155,221,236); }
H1.HeaderClassName
{
color: #9BDDEC;
}
.AnyTagClassName
{
color: #9BDDEC;
}
</style>
background-color css
<style>
a { background-color: #9BDDEC; }
a { background-color: rgb(155,221,236); }
div.DivClassName
{
background-color: #9BDDEC;
}
.BgClassName
{
background-color: #9BDDEC;
}
</style>
border-color css
<style>
span { border-color: #9BDDEC; }
span { border-color: rgb(155,221,236); }
td.TdClassName
{
border-color: #9BDDEC;
}
.TagClassName
{
border-color: #9BDDEC;
}
</style>