Shades of Blizzard Blue #9BDFF0
Tints of Blizzard Blue #9BDFF0
RGB
CMYK
RGB Variations
Color information
#9BDFF0 (or 0x9BDFF0) is known color: Blizzard Blue. HEX triplet: 9B, DF and F0. RGB value is (155,223,240). Sum of RGB (Red+Green+Blue) = 155+223+240=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BDFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFF0 is #64200F. Grayscale: #CCCCCC. Windows color (decimal): -6561808 or 15785883. OLE color: 15785883.
HSL color Cylindrical-coordinate representation of color #9BDFF0: hue angle of 192º degrees, saturation: 0.74, 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 #9BDFF0 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 223 | 240 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.06 |
| HSL | 192º | 0.74% | 0.77% | - |
| HSV(B) | 192º | 0.35% | 0.94% | - |
| XYZ | 55.63 | 66.04 | 92.25 | - |
| YUV | 204.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 240 | 0.35 | 0.07 | 0 | 0.06 | 192 | 0.74 | 0.77 |
| Hex | 9B | DF | F0 | 23 | 7 | 0 | 6 | C0 | 4A | 4D |
| Octal | 233 | 337 | 360 | 43 | 7 | 0 | 6 | 300 | 112 | 115 |
| Binary | 10011011 | 11011111 | 11110000 | 100011 | 111 | 0 | 110 | 11000000 | 1001010 | 1001101 |
Color Harmonies of #9BDFF0
Complementary color
Monochromatic Colors of #9BDFF0
Black with #9BDFF0
Text Example
Text Example
White with #9BDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFF0; }
p { color: rgb(155,223,240); }
H1.HeaderClassName
{
color: #9BDFF0;
}
.AnyTagClassName
{
color: #9BDFF0;
}
</style>
background-color css
<style>
a { background-color: #9BDFF0; }
a { background-color: rgb(155,223,240); }
div.DivClassName
{
background-color: #9BDFF0;
}
.BgClassName
{
background-color: #9BDFF0;
}
</style>
border-color css
<style>
span { border-color: #9BDFF0; }
span { border-color: rgb(155,223,240); }
td.TdClassName
{
border-color: #9BDFF0;
}
.TagClassName
{
border-color: #9BDFF0;
}
</style>