Shades of Blizzard Blue #9BF2FF
Tints of Blizzard Blue #9BF2FF
RGB
CMYK
RGB Variations
Color information
#9BF2FF (or 0x9BF2FF) is known color: Blizzard Blue. HEX triplet: 9B, F2 and FF. RGB value is (155,242,255). Sum of RGB (Red+Green+Blue) = 155+242+255=652 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.77% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2FF is #640D00. Grayscale: #D9D9D9. Windows color (decimal): -6556929 or 16773787. OLE color: 16773787.
HSL color Cylindrical-coordinate representation of color #9BF2FF: hue angle of 187.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BF2FF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 242 | 255 | - |
| CMYK | 0.39 | 0.05 | 0 | 0 |
| HSL | 187.8º | 1% | 0.8% | - |
| HSV(B) | 187.8º | 0.39% | 1% | - |
| XYZ | 63.32 | 77.69 | 106.27 | - |
| YUV | 217.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 255 | 0.39 | 0.05 | 0 | 0 | 187.8 | 1 | 0.8 |
| Hex | 9B | F2 | FF | 27 | 5 | 0 | 0 | BC | 64 | 50 |
| Octal | 233 | 362 | 377 | 47 | 5 | 0 | 0 | 274 | 144 | 120 |
| Binary | 10011011 | 11110010 | 11111111 | 100111 | 101 | 0 | 0 | 10111100 | 1100100 | 1010000 |
Color Harmonies of #9BF2FF
Complementary color
Monochromatic Colors of #9BF2FF
Black with #9BF2FF
Text Example
Text Example
White with #9BF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF2FF; }
p { color: rgb(155,242,255); }
H1.HeaderClassName
{
color: #9BF2FF;
}
.AnyTagClassName
{
color: #9BF2FF;
}
</style>
background-color css
<style>
a { background-color: #9BF2FF; }
a { background-color: rgb(155,242,255); }
div.DivClassName
{
background-color: #9BF2FF;
}
.BgClassName
{
background-color: #9BF2FF;
}
</style>
border-color css
<style>
span { border-color: #9BF2FF; }
span { border-color: rgb(155,242,255); }
td.TdClassName
{
border-color: #9BF2FF;
}
.TagClassName
{
border-color: #9BF2FF;
}
</style>