Shades of Blizzard Blue #9BEDEA
Tints of Blizzard Blue #9BEDEA
RGB
CMYK
RGB Variations
Color information
#9BEDEA (or 0x9BEDEA) is known color: Blizzard Blue. HEX triplet: 9B, ED and EA. RGB value is (155,237,234). Sum of RGB (Red+Green+Blue) = 155+237+234=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDEA is #641215. Grayscale: #D4D4D4. Windows color (decimal): -6558230 or 15396251. OLE color: 15396251.
HSL color Cylindrical-coordinate representation of color #9BEDEA: hue angle of 177.8º degrees, saturation: 0.69, 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 #9BEDEA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 234 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.07 |
| HSL | 177.8º | 0.69% | 0.77% | - |
| HSV(B) | 177.8º | 0.35% | 0.93% | - |
| XYZ | 58.65 | 73.48 | 88.93 | - |
| YUV | 212.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 234 | 0.35 | 0 | 0.01 | 0.07 | 177.8 | 0.69 | 0.77 |
| Hex | 9B | ED | EA | 23 | 0 | 1 | 7 | B2 | 45 | 4D |
| Octal | 233 | 355 | 352 | 43 | 0 | 1 | 7 | 262 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11101010 | 100011 | 0 | 1 | 111 | 10110010 | 1000101 | 1001101 |
Color Harmonies of #9BEDEA
Complementary color
Monochromatic Colors of #9BEDEA
Black with #9BEDEA
Text Example
Text Example
White with #9BEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDEA; }
p { color: rgb(155,237,234); }
H1.HeaderClassName
{
color: #9BEDEA;
}
.AnyTagClassName
{
color: #9BEDEA;
}
</style>
background-color css
<style>
a { background-color: #9BEDEA; }
a { background-color: rgb(155,237,234); }
div.DivClassName
{
background-color: #9BEDEA;
}
.BgClassName
{
background-color: #9BEDEA;
}
</style>
border-color css
<style>
span { border-color: #9BEDEA; }
span { border-color: rgb(155,237,234); }
td.TdClassName
{
border-color: #9BEDEA;
}
.TagClassName
{
border-color: #9BEDEA;
}
</style>