Shades of Blizzard Blue #9BEFF0
Tints of Blizzard Blue #9BEFF0
RGB
CMYK
RGB Variations
Color information
#9BEFF0 (or 0x9BEFF0) is known color: Blizzard Blue. HEX triplet: 9B, EF and F0. RGB value is (155,239,240). Sum of RGB (Red+Green+Blue) = 155+239+240=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFF0 is #64100F. Grayscale: #D5D5D5. Windows color (decimal): -6557712 or 15789979. OLE color: 15789979.
HSL color Cylindrical-coordinate representation of color #9BEFF0: hue angle of 180.71º 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 #9BEFF0 is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 240 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.06 |
| HSL | 180.71º | 0.74% | 0.77% | - |
| HSV(B) | 180.71º | 0.35% | 0.94% | - |
| XYZ | 60.11 | 74.99 | 93.74 | - |
| YUV | 214 | 142.67 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 240 | 0.35 | 0.00 | 0 | 0.06 | 180.71 | 0.74 | 0.77 |
| Hex | 9B | EF | F0 | 23 | 0 | 0 | 6 | B5 | 4A | 4D |
| Octal | 233 | 357 | 360 | 43 | 0 | 0 | 6 | 265 | 112 | 115 |
| Binary | 10011011 | 11101111 | 11110000 | 100011 | 0 | 0 | 110 | 10110101 | 1001010 | 1001101 |
Color Harmonies of #9BEFF0
Complementary color
Monochromatic Colors of #9BEFF0
Black with #9BEFF0
Text Example
Text Example
White with #9BEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFF0; }
p { color: rgb(155,239,240); }
H1.HeaderClassName
{
color: #9BEFF0;
}
.AnyTagClassName
{
color: #9BEFF0;
}
</style>
background-color css
<style>
a { background-color: #9BEFF0; }
a { background-color: rgb(155,239,240); }
div.DivClassName
{
background-color: #9BEFF0;
}
.BgClassName
{
background-color: #9BEFF0;
}
</style>
border-color css
<style>
span { border-color: #9BEFF0; }
span { border-color: rgb(155,239,240); }
td.TdClassName
{
border-color: #9BEFF0;
}
.TagClassName
{
border-color: #9BEFF0;
}
</style>