Shades of Blizzard Blue #9BDFEC
Tints of Blizzard Blue #9BDFEC
RGB
CMYK
RGB Variations
Color information
#9BDFEC (or 0x9BDFEC) is known color: Blizzard Blue. HEX triplet: 9B, DF and EC. RGB value is (155,223,236). Sum of RGB (Red+Green+Blue) = 155+223+236=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFEC is #642013. Grayscale: #CCCCCC. Windows color (decimal): -6561812 or 15523739. OLE color: 15523739.
HSL color Cylindrical-coordinate representation of color #9BDFEC: hue angle of 189.63º 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 #9BDFEC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 223 | 236 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.07 |
| HSL | 189.63º | 0.68% | 0.77% | - |
| HSV(B) | 189.63º | 0.34% | 0.93% | - |
| XYZ | 55.05 | 65.8 | 89.16 | - |
| YUV | 204.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 236 | 0.34 | 0.06 | 0 | 0.07 | 189.63 | 0.68 | 0.77 |
| Hex | 9B | DF | EC | 22 | 6 | 0 | 7 | BE | 44 | 4D |
| Octal | 233 | 337 | 354 | 42 | 6 | 0 | 7 | 276 | 104 | 115 |
| Binary | 10011011 | 11011111 | 11101100 | 100010 | 110 | 0 | 111 | 10111110 | 1000100 | 1001101 |
Color Harmonies of #9BDFEC
Complementary color
Monochromatic Colors of #9BDFEC
Black with #9BDFEC
Text Example
Text Example
White with #9BDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFEC; }
p { color: rgb(155,223,236); }
H1.HeaderClassName
{
color: #9BDFEC;
}
.AnyTagClassName
{
color: #9BDFEC;
}
</style>
background-color css
<style>
a { background-color: #9BDFEC; }
a { background-color: rgb(155,223,236); }
div.DivClassName
{
background-color: #9BDFEC;
}
.BgClassName
{
background-color: #9BDFEC;
}
</style>
border-color css
<style>
span { border-color: #9BDFEC; }
span { border-color: rgb(155,223,236); }
td.TdClassName
{
border-color: #9BDFEC;
}
.TagClassName
{
border-color: #9BDFEC;
}
</style>