Shades of Blizzard Blue #9BE1EE
Tints of Blizzard Blue #9BE1EE
RGB
CMYK
RGB Variations
Color information
#9BE1EE (or 0x9BE1EE) is known color: Blizzard Blue. HEX triplet: 9B, E1 and EE. RGB value is (155,225,238). Sum of RGB (Red+Green+Blue) = 155+225+238=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1EE is #641E11. Grayscale: #CDCDCD. Windows color (decimal): -6561298 or 15655323. OLE color: 15655323.
HSL color Cylindrical-coordinate representation of color #9BE1EE: hue angle of 189.4º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BE1EE is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 225 | 238 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.07 |
| HSL | 189.4º | 0.71% | 0.77% | - |
| HSV(B) | 189.4º | 0.35% | 0.93% | - |
| XYZ | 55.88 | 66.99 | 90.87 | - |
| YUV | 205.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 238 | 0.35 | 0.05 | 0 | 0.07 | 189.4 | 0.71 | 0.77 |
| Hex | 9B | E1 | EE | 23 | 5 | 0 | 7 | BD | 47 | 4D |
| Octal | 233 | 341 | 356 | 43 | 5 | 0 | 7 | 275 | 107 | 115 |
| Binary | 10011011 | 11100001 | 11101110 | 100011 | 101 | 0 | 111 | 10111101 | 1000111 | 1001101 |
Color Harmonies of #9BE1EE
Complementary color
Monochromatic Colors of #9BE1EE
Black with #9BE1EE
Text Example
Text Example
White with #9BE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1EE; }
p { color: rgb(155,225,238); }
H1.HeaderClassName
{
color: #9BE1EE;
}
.AnyTagClassName
{
color: #9BE1EE;
}
</style>
background-color css
<style>
a { background-color: #9BE1EE; }
a { background-color: rgb(155,225,238); }
div.DivClassName
{
background-color: #9BE1EE;
}
.BgClassName
{
background-color: #9BE1EE;
}
</style>
border-color css
<style>
span { border-color: #9BE1EE; }
span { border-color: rgb(155,225,238); }
td.TdClassName
{
border-color: #9BE1EE;
}
.TagClassName
{
border-color: #9BE1EE;
}
</style>