Shades of Blizzard Blue #9BEEED
Tints of Blizzard Blue #9BEEED
RGB
CMYK
RGB Variations
Color information
#9BEEED (or 0x9BEEED) is known color: Blizzard Blue. HEX triplet: 9B, EE and ED. RGB value is (155,238,237). Sum of RGB (Red+Green+Blue) = 155+238+237=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEED is #641112. Grayscale: #D4D4D4. Windows color (decimal): -6557971 or 15593115. OLE color: 15593115.
HSL color Cylindrical-coordinate representation of color #9BEEED: hue angle of 179.28º 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 #9BEEED is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 237 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.07 |
| HSL | 179.28º | 0.71% | 0.77% | - |
| HSV(B) | 179.28º | 0.35% | 0.93% | - |
| XYZ | 59.38 | 74.23 | 91.32 | - |
| YUV | 213.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 237 | 0.35 | 0 | 0.00 | 0.07 | 179.28 | 0.71 | 0.77 |
| Hex | 9B | EE | ED | 23 | 0 | 0 | 7 | B3 | 47 | 4D |
| Octal | 233 | 356 | 355 | 43 | 0 | 0 | 7 | 263 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11101101 | 100011 | 0 | 0 | 111 | 10110011 | 1000111 | 1001101 |
Color Harmonies of #9BEEED
Complementary color
Monochromatic Colors of #9BEEED
Black with #9BEEED
Text Example
Text Example
White with #9BEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEED; }
p { color: rgb(155,238,237); }
H1.HeaderClassName
{
color: #9BEEED;
}
.AnyTagClassName
{
color: #9BEEED;
}
</style>
background-color css
<style>
a { background-color: #9BEEED; }
a { background-color: rgb(155,238,237); }
div.DivClassName
{
background-color: #9BEEED;
}
.BgClassName
{
background-color: #9BEEED;
}
</style>
border-color css
<style>
span { border-color: #9BEEED; }
span { border-color: rgb(155,238,237); }
td.TdClassName
{
border-color: #9BEEED;
}
.TagClassName
{
border-color: #9BEEED;
}
</style>