Shades of Blizzard Blue #9BECF2
Tints of Blizzard Blue #9BECF2
RGB
CMYK
RGB Variations
Color information
#9BECF2 (or 0x9BECF2) is known color: Blizzard Blue. HEX triplet: 9B, EC and F2. RGB value is (155,236,242). Sum of RGB (Red+Green+Blue) = 155+236+242=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECF2 is #64130D. Grayscale: #D4D4D4. Windows color (decimal): -6558478 or 15920283. OLE color: 15920283.
HSL color Cylindrical-coordinate representation of color #9BECF2: hue angle of 184.14º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BECF2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 236 | 242 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.05 |
| HSL | 184.14º | 0.77% | 0.78% | - |
| HSV(B) | 184.14º | 0.36% | 0.95% | - |
| XYZ | 59.54 | 73.37 | 95.03 | - |
| YUV | 212.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 242 | 0.36 | 0.02 | 0 | 0.05 | 184.14 | 0.77 | 0.78 |
| Hex | 9B | EC | F2 | 24 | 2 | 0 | 5 | B8 | 4D | 4E |
| Octal | 233 | 354 | 362 | 44 | 2 | 0 | 5 | 270 | 115 | 116 |
| Binary | 10011011 | 11101100 | 11110010 | 100100 | 10 | 0 | 101 | 10111000 | 1001101 | 1001110 |
Color Harmonies of #9BECF2
Complementary color
Monochromatic Colors of #9BECF2
Black with #9BECF2
Text Example
Text Example
White with #9BECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECF2; }
p { color: rgb(155,236,242); }
H1.HeaderClassName
{
color: #9BECF2;
}
.AnyTagClassName
{
color: #9BECF2;
}
</style>
background-color css
<style>
a { background-color: #9BECF2; }
a { background-color: rgb(155,236,242); }
div.DivClassName
{
background-color: #9BECF2;
}
.BgClassName
{
background-color: #9BECF2;
}
</style>
border-color css
<style>
span { border-color: #9BECF2; }
span { border-color: rgb(155,236,242); }
td.TdClassName
{
border-color: #9BECF2;
}
.TagClassName
{
border-color: #9BECF2;
}
</style>