Shades of Blizzard Blue #9BE7F1
Tints of Blizzard Blue #9BE7F1
RGB
CMYK
RGB Variations
Color information
#9BE7F1 (or 0x9BE7F1) is known color: Blizzard Blue. HEX triplet: 9B, E7 and F1. RGB value is (155,231,241). Sum of RGB (Red+Green+Blue) = 155+231+241=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7F1 is #64180E. Grayscale: #D1D1D1. Windows color (decimal): -6559759 or 15853467. OLE color: 15853467.
HSL color Cylindrical-coordinate representation of color #9BE7F1: hue angle of 186.98º 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 #9BE7F1 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 231 | 241 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.05 |
| HSL | 186.98º | 0.75% | 0.78% | - |
| HSV(B) | 186.98º | 0.36% | 0.95% | - |
| XYZ | 57.97 | 70.47 | 93.77 | - |
| YUV | 209.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 241 | 0.36 | 0.04 | 0 | 0.05 | 186.98 | 0.75 | 0.78 |
| Hex | 9B | E7 | F1 | 24 | 4 | 0 | 5 | BB | 4B | 4E |
| Octal | 233 | 347 | 361 | 44 | 4 | 0 | 5 | 273 | 113 | 116 |
| Binary | 10011011 | 11100111 | 11110001 | 100100 | 100 | 0 | 101 | 10111011 | 1001011 | 1001110 |
Color Harmonies of #9BE7F1
Complementary color
Monochromatic Colors of #9BE7F1
Black with #9BE7F1
Text Example
Text Example
White with #9BE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7F1; }
p { color: rgb(155,231,241); }
H1.HeaderClassName
{
color: #9BE7F1;
}
.AnyTagClassName
{
color: #9BE7F1;
}
</style>
background-color css
<style>
a { background-color: #9BE7F1; }
a { background-color: rgb(155,231,241); }
div.DivClassName
{
background-color: #9BE7F1;
}
.BgClassName
{
background-color: #9BE7F1;
}
</style>
border-color css
<style>
span { border-color: #9BE7F1; }
span { border-color: rgb(155,231,241); }
td.TdClassName
{
border-color: #9BE7F1;
}
.TagClassName
{
border-color: #9BE7F1;
}
</style>