Shades of Blizzard Blue #9BEDF2
Tints of Blizzard Blue #9BEDF2
RGB
CMYK
RGB Variations
Color information
#9BEDF2 (or 0x9BEDF2) is known color: Blizzard Blue. HEX triplet: 9B, ED and F2. RGB value is (155,237,242). Sum of RGB (Red+Green+Blue) = 155+237+242=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDF2 is #64120D. Grayscale: #D4D4D4. Windows color (decimal): -6558222 or 15920539. OLE color: 15920539.
HSL color Cylindrical-coordinate representation of color #9BEDF2: hue angle of 183.45º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BEDF2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 237 | 242 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.05 |
| HSL | 183.45º | 0.77% | 0.78% | - |
| HSV(B) | 183.45º | 0.36% | 0.95% | - |
| XYZ | 59.83 | 73.95 | 95.12 | - |
| YUV | 213.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 242 | 0.36 | 0.02 | 0 | 0.05 | 183.45 | 0.77 | 0.78 |
| Hex | 9B | ED | F2 | 24 | 2 | 0 | 5 | B7 | 4D | 4E |
| Octal | 233 | 355 | 362 | 44 | 2 | 0 | 5 | 267 | 115 | 116 |
| Binary | 10011011 | 11101101 | 11110010 | 100100 | 10 | 0 | 101 | 10110111 | 1001101 | 1001110 |
Color Harmonies of #9BEDF2
Complementary color
Monochromatic Colors of #9BEDF2
Black with #9BEDF2
Text Example
Text Example
White with #9BEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDF2; }
p { color: rgb(155,237,242); }
H1.HeaderClassName
{
color: #9BEDF2;
}
.AnyTagClassName
{
color: #9BEDF2;
}
</style>
background-color css
<style>
a { background-color: #9BEDF2; }
a { background-color: rgb(155,237,242); }
div.DivClassName
{
background-color: #9BEDF2;
}
.BgClassName
{
background-color: #9BEDF2;
}
</style>
border-color css
<style>
span { border-color: #9BEDF2; }
span { border-color: rgb(155,237,242); }
td.TdClassName
{
border-color: #9BEDF2;
}
.TagClassName
{
border-color: #9BEDF2;
}
</style>