Shades of Blizzard Blue #9BEFF5
Tints of Blizzard Blue #9BEFF5
RGB
CMYK
RGB Variations
Color information
#9BEFF5 (or 0x9BEFF5) is known color: Blizzard Blue. HEX triplet: 9B, EF and F5. RGB value is (155,239,245). Sum of RGB (Red+Green+Blue) = 155+239+245=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #9BEFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFF5 is #64100A. Grayscale: #D6D6D6. Windows color (decimal): -6557707 or 16117659. OLE color: 16117659.
HSL color Cylindrical-coordinate representation of color #9BEFF5: hue angle of 184º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BEFF5 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 239 | 245 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.04 |
| HSL | 184º | 0.82% | 0.78% | - |
| HSV(B) | 184º | 0.37% | 0.96% | - |
| XYZ | 60.87 | 75.29 | 97.71 | - |
| YUV | 214.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 245 | 0.37 | 0.02 | 0 | 0.04 | 184 | 0.82 | 0.78 |
| Hex | 9B | EF | F5 | 25 | 2 | 0 | 4 | B8 | 52 | 4E |
| Octal | 233 | 357 | 365 | 45 | 2 | 0 | 4 | 270 | 122 | 116 |
| Binary | 10011011 | 11101111 | 11110101 | 100101 | 10 | 0 | 100 | 10111000 | 1010010 | 1001110 |
Color Harmonies of #9BEFF5
Complementary color
Monochromatic Colors of #9BEFF5
Black with #9BEFF5
Text Example
Text Example
White with #9BEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFF5; }
p { color: rgb(155,239,245); }
H1.HeaderClassName
{
color: #9BEFF5;
}
.AnyTagClassName
{
color: #9BEFF5;
}
</style>
background-color css
<style>
a { background-color: #9BEFF5; }
a { background-color: rgb(155,239,245); }
div.DivClassName
{
background-color: #9BEFF5;
}
.BgClassName
{
background-color: #9BEFF5;
}
</style>
border-color css
<style>
span { border-color: #9BEFF5; }
span { border-color: rgb(155,239,245); }
td.TdClassName
{
border-color: #9BEFF5;
}
.TagClassName
{
border-color: #9BEFF5;
}
</style>