Shades of Blizzard Blue #9BE6F1
Tints of Blizzard Blue #9BE6F1
RGB
CMYK
RGB Variations
Color information
#9BE6F1 (or 0x9BE6F1) is known color: Blizzard Blue. HEX triplet: 9B, E6 and F1. RGB value is (155,230,241). Sum of RGB (Red+Green+Blue) = 155+230+241=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BE6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE6F1 is #64190E. Grayscale: #D0D0D0. Windows color (decimal): -6560015 or 15853211. OLE color: 15853211.
HSL color Cylindrical-coordinate representation of color #9BE6F1: hue angle of 187.67º degrees, saturation: 0.75, 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 #9BE6F1 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 230 | 241 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.05 |
| HSL | 187.67º | 0.75% | 0.78% | - |
| HSV(B) | 187.67º | 0.36% | 0.95% | - |
| XYZ | 57.69 | 69.91 | 93.67 | - |
| YUV | 208.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 241 | 0.36 | 0.05 | 0 | 0.05 | 187.67 | 0.75 | 0.78 |
| Hex | 9B | E6 | F1 | 24 | 5 | 0 | 5 | BC | 4B | 4E |
| Octal | 233 | 346 | 361 | 44 | 5 | 0 | 5 | 274 | 113 | 116 |
| Binary | 10011011 | 11100110 | 11110001 | 100100 | 101 | 0 | 101 | 10111100 | 1001011 | 1001110 |
Color Harmonies of #9BE6F1
Complementary color
Monochromatic Colors of #9BE6F1
Black with #9BE6F1
Text Example
Text Example
White with #9BE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6F1; }
p { color: rgb(155,230,241); }
H1.HeaderClassName
{
color: #9BE6F1;
}
.AnyTagClassName
{
color: #9BE6F1;
}
</style>
background-color css
<style>
a { background-color: #9BE6F1; }
a { background-color: rgb(155,230,241); }
div.DivClassName
{
background-color: #9BE6F1;
}
.BgClassName
{
background-color: #9BE6F1;
}
</style>
border-color css
<style>
span { border-color: #9BE6F1; }
span { border-color: rgb(155,230,241); }
td.TdClassName
{
border-color: #9BE6F1;
}
.TagClassName
{
border-color: #9BE6F1;
}
</style>