Shades of Blizzard Blue #9BE1EF
Tints of Blizzard Blue #9BE1EF
RGB
CMYK
RGB Variations
Color information
#9BE1EF (or 0x9BE1EF) is known color: Blizzard Blue. HEX triplet: 9B, E1 and EF. RGB value is (155,225,239). Sum of RGB (Red+Green+Blue) = 155+225+239=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1EF is #641E10. Grayscale: #CDCDCD. Windows color (decimal): -6561297 or 15720859. OLE color: 15720859.
HSL color Cylindrical-coordinate representation of color #9BE1EF: hue angle of 190º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BE1EF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 225 | 239 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.06 |
| HSL | 190º | 0.72% | 0.77% | - |
| HSV(B) | 190º | 0.35% | 0.94% | - |
| XYZ | 56.02 | 67.05 | 91.65 | - |
| YUV | 205.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 239 | 0.35 | 0.06 | 0 | 0.06 | 190 | 0.72 | 0.77 |
| Hex | 9B | E1 | EF | 23 | 6 | 0 | 6 | BE | 48 | 4D |
| Octal | 233 | 341 | 357 | 43 | 6 | 0 | 6 | 276 | 110 | 115 |
| Binary | 10011011 | 11100001 | 11101111 | 100011 | 110 | 0 | 110 | 10111110 | 1001000 | 1001101 |
Color Harmonies of #9BE1EF
Complementary color
Monochromatic Colors of #9BE1EF
Black with #9BE1EF
Text Example
Text Example
White with #9BE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1EF; }
p { color: rgb(155,225,239); }
H1.HeaderClassName
{
color: #9BE1EF;
}
.AnyTagClassName
{
color: #9BE1EF;
}
</style>
background-color css
<style>
a { background-color: #9BE1EF; }
a { background-color: rgb(155,225,239); }
div.DivClassName
{
background-color: #9BE1EF;
}
.BgClassName
{
background-color: #9BE1EF;
}
</style>
border-color css
<style>
span { border-color: #9BE1EF; }
span { border-color: rgb(155,225,239); }
td.TdClassName
{
border-color: #9BE1EF;
}
.TagClassName
{
border-color: #9BE1EF;
}
</style>