Shades of Blizzard Blue #9BF0FE
Tints of Blizzard Blue #9BF0FE
RGB
CMYK
RGB Variations
Color information
#9BF0FE (or 0x9BF0FE) is known color: Blizzard Blue. HEX triplet: 9B, F0 and FE. RGB value is (155,240,254). Sum of RGB (Red+Green+Blue) = 155+240+254=649 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.88% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF0FE is #640F01. Grayscale: #D8D8D8. Windows color (decimal): -6557442 or 16707739. OLE color: 16707739.
HSL color Cylindrical-coordinate representation of color #9BF0FE: hue angle of 188.48º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BF0FE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 240 | 254 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.00 |
| HSL | 188.48º | 0.98% | 0.8% | - |
| HSV(B) | 188.48º | 0.39% | 1% | - |
| XYZ | 62.57 | 76.44 | 105.22 | - |
| YUV | 216.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 254 | 0.39 | 0.06 | 0 | 0.00 | 188.48 | 0.98 | 0.8 |
| Hex | 9B | F0 | FE | 27 | 6 | 0 | 0 | BC | 62 | 50 |
| Octal | 233 | 360 | 376 | 47 | 6 | 0 | 0 | 274 | 142 | 120 |
| Binary | 10011011 | 11110000 | 11111110 | 100111 | 110 | 0 | 0 | 10111100 | 1100010 | 1010000 |
Color Harmonies of #9BF0FE
Complementary color
Monochromatic Colors of #9BF0FE
Black with #9BF0FE
Text Example
Text Example
White with #9BF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0FE; }
p { color: rgb(155,240,254); }
H1.HeaderClassName
{
color: #9BF0FE;
}
.AnyTagClassName
{
color: #9BF0FE;
}
</style>
background-color css
<style>
a { background-color: #9BF0FE; }
a { background-color: rgb(155,240,254); }
div.DivClassName
{
background-color: #9BF0FE;
}
.BgClassName
{
background-color: #9BF0FE;
}
</style>
border-color css
<style>
span { border-color: #9BF0FE; }
span { border-color: rgb(155,240,254); }
td.TdClassName
{
border-color: #9BF0FE;
}
.TagClassName
{
border-color: #9BF0FE;
}
</style>