Shades of Blizzard Blue #9BEDF8
Tints of Blizzard Blue #9BEDF8
RGB
CMYK
RGB Variations
Color information
#9BEDF8 (or 0x9BEDF8) is known color: Blizzard Blue. HEX triplet: 9B, ED and F8. RGB value is (155,237,248). Sum of RGB (Red+Green+Blue) = 155+237+248=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDF8 is #641207. Grayscale: #D5D5D5. Windows color (decimal): -6558216 or 16313755. OLE color: 16313755.
HSL color Cylindrical-coordinate representation of color #9BEDF8: hue angle of 187.1º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BEDF8 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 237 | 248 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.03 |
| HSL | 187.1º | 0.87% | 0.79% | - |
| HSV(B) | 187.1º | 0.38% | 0.97% | - |
| XYZ | 60.75 | 74.31 | 99.95 | - |
| YUV | 213.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 248 | 0.38 | 0.04 | 0 | 0.03 | 187.1 | 0.87 | 0.79 |
| Hex | 9B | ED | F8 | 26 | 4 | 0 | 3 | BB | 57 | 4F |
| Octal | 233 | 355 | 370 | 46 | 4 | 0 | 3 | 273 | 127 | 117 |
| Binary | 10011011 | 11101101 | 11111000 | 100110 | 100 | 0 | 11 | 10111011 | 1010111 | 1001111 |
Color Harmonies of #9BEDF8
Complementary color
Monochromatic Colors of #9BEDF8
Black with #9BEDF8
Text Example
Text Example
White with #9BEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDF8; }
p { color: rgb(155,237,248); }
H1.HeaderClassName
{
color: #9BEDF8;
}
.AnyTagClassName
{
color: #9BEDF8;
}
</style>
background-color css
<style>
a { background-color: #9BEDF8; }
a { background-color: rgb(155,237,248); }
div.DivClassName
{
background-color: #9BEDF8;
}
.BgClassName
{
background-color: #9BEDF8;
}
</style>
border-color css
<style>
span { border-color: #9BEDF8; }
span { border-color: rgb(155,237,248); }
td.TdClassName
{
border-color: #9BEDF8;
}
.TagClassName
{
border-color: #9BEDF8;
}
</style>