Shades of Blizzard Blue #9BEBFB
Tints of Blizzard Blue #9BEBFB
RGB
CMYK
RGB Variations
Color information
#9BEBFB (or 0x9BEBFB) is known color: Blizzard Blue. HEX triplet: 9B, EB and FB. RGB value is (155,235,251). Sum of RGB (Red+Green+Blue) = 155+235+251=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBFB is #641404. Grayscale: #D4D4D4. Windows color (decimal): -6558725 or 16509851. OLE color: 16509851.
HSL color Cylindrical-coordinate representation of color #9BEBFB: hue angle of 190º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BEBFB is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 235 | 251 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.02 |
| HSL | 190º | 0.92% | 0.8% | - |
| HSV(B) | 190º | 0.38% | 0.98% | - |
| XYZ | 60.64 | 73.35 | 102.23 | - |
| YUV | 212.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 251 | 0.38 | 0.06 | 0 | 0.02 | 190 | 0.92 | 0.8 |
| Hex | 9B | EB | FB | 26 | 6 | 0 | 2 | BE | 5C | 50 |
| Octal | 233 | 353 | 373 | 46 | 6 | 0 | 2 | 276 | 134 | 120 |
| Binary | 10011011 | 11101011 | 11111011 | 100110 | 110 | 0 | 10 | 10111110 | 1011100 | 1010000 |
Color Harmonies of #9BEBFB
Complementary color
Monochromatic Colors of #9BEBFB
Black with #9BEBFB
Text Example
Text Example
White with #9BEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBFB; }
p { color: rgb(155,235,251); }
H1.HeaderClassName
{
color: #9BEBFB;
}
.AnyTagClassName
{
color: #9BEBFB;
}
</style>
background-color css
<style>
a { background-color: #9BEBFB; }
a { background-color: rgb(155,235,251); }
div.DivClassName
{
background-color: #9BEBFB;
}
.BgClassName
{
background-color: #9BEBFB;
}
</style>
border-color css
<style>
span { border-color: #9BEBFB; }
span { border-color: rgb(155,235,251); }
td.TdClassName
{
border-color: #9BEBFB;
}
.TagClassName
{
border-color: #9BEBFB;
}
</style>