Shades of Blizzard Blue #9BEDE9
Tints of Blizzard Blue #9BEDE9
RGB
CMYK
RGB Variations
Color information
#9BEDE9 (or 0x9BEDE9) is known color: Blizzard Blue. HEX triplet: 9B, ED and E9. RGB value is (155,237,233). Sum of RGB (Red+Green+Blue) = 155+237+233=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDE9 is #641216. Grayscale: #D3D3D3. Windows color (decimal): -6558231 or 15330715. OLE color: 15330715.
HSL color Cylindrical-coordinate representation of color #9BEDE9: hue angle of 177.07º 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 #9BEDE9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 233 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.07 |
| HSL | 177.07º | 0.69% | 0.77% | - |
| HSV(B) | 177.07º | 0.35% | 0.93% | - |
| XYZ | 58.51 | 73.42 | 88.18 | - |
| YUV | 212.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 233 | 0.35 | 0 | 0.02 | 0.07 | 177.07 | 0.69 | 0.77 |
| Hex | 9B | ED | E9 | 23 | 0 | 2 | 7 | B1 | 45 | 4D |
| Octal | 233 | 355 | 351 | 43 | 0 | 2 | 7 | 261 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11101001 | 100011 | 0 | 10 | 111 | 10110001 | 1000101 | 1001101 |
Color Harmonies of #9BEDE9
Complementary color
Monochromatic Colors of #9BEDE9
Black with #9BEDE9
Text Example
Text Example
White with #9BEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDE9; }
p { color: rgb(155,237,233); }
H1.HeaderClassName
{
color: #9BEDE9;
}
.AnyTagClassName
{
color: #9BEDE9;
}
</style>
background-color css
<style>
a { background-color: #9BEDE9; }
a { background-color: rgb(155,237,233); }
div.DivClassName
{
background-color: #9BEDE9;
}
.BgClassName
{
background-color: #9BEDE9;
}
</style>
border-color css
<style>
span { border-color: #9BEDE9; }
span { border-color: rgb(155,237,233); }
td.TdClassName
{
border-color: #9BEDE9;
}
.TagClassName
{
border-color: #9BEDE9;
}
</style>