Shades of Blizzard Blue #9BEEEB
Tints of Blizzard Blue #9BEEEB
RGB
CMYK
RGB Variations
Color information
#9BEEEB (or 0x9BEEEB) is known color: Blizzard Blue. HEX triplet: 9B, EE and EB. RGB value is (155,238,235). Sum of RGB (Red+Green+Blue) = 155+238+235=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEEB is #641114. Grayscale: #D4D4D4. Windows color (decimal): -6557973 or 15462043. OLE color: 15462043.
HSL color Cylindrical-coordinate representation of color #9BEEEB: hue angle of 177.83º 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 #9BEEEB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 235 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.07 |
| HSL | 177.83º | 0.71% | 0.77% | - |
| HSV(B) | 177.83º | 0.35% | 0.93% | - |
| XYZ | 59.09 | 74.12 | 89.79 | - |
| YUV | 212.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 235 | 0.35 | 0 | 0.01 | 0.07 | 177.83 | 0.71 | 0.77 |
| Hex | 9B | EE | EB | 23 | 0 | 1 | 7 | B2 | 47 | 4D |
| Octal | 233 | 356 | 353 | 43 | 0 | 1 | 7 | 262 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11101011 | 100011 | 0 | 1 | 111 | 10110010 | 1000111 | 1001101 |
Color Harmonies of #9BEEEB
Complementary color
Monochromatic Colors of #9BEEEB
Black with #9BEEEB
Text Example
Text Example
White with #9BEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEEB; }
p { color: rgb(155,238,235); }
H1.HeaderClassName
{
color: #9BEEEB;
}
.AnyTagClassName
{
color: #9BEEEB;
}
</style>
background-color css
<style>
a { background-color: #9BEEEB; }
a { background-color: rgb(155,238,235); }
div.DivClassName
{
background-color: #9BEEEB;
}
.BgClassName
{
background-color: #9BEEEB;
}
</style>
border-color css
<style>
span { border-color: #9BEEEB; }
span { border-color: rgb(155,238,235); }
td.TdClassName
{
border-color: #9BEEEB;
}
.TagClassName
{
border-color: #9BEEEB;
}
</style>