Shades of Blizzard Blue #B1E9F6
Tints of Blizzard Blue #B1E9F6
RGB
CMYK
RGB Variations
Color information
#B1E9F6 (or 0xB1E9F6) is known color: Blizzard Blue. HEX triplet: B1, E9 and F6. RGB value is (177,233,246). Sum of RGB (Red+Green+Blue) = 177+233+246=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1E9F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9F6 is #4E1609. Grayscale: #D9D9D9. Windows color (decimal): -5117450 or 16181681. OLE color: 16181681.
HSL color Cylindrical-coordinate representation of color #B1E9F6: hue angle of 191.3º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1E9F6 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 233 | 246 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.04 |
| HSL | 191.3º | 0.79% | 0.83% | - |
| HSV(B) | 191.3º | 0.28% | 0.96% | - |
| XYZ | 63.9 | 74.28 | 98.16 | - |
| YUV | 217.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 246 | 0.28 | 0.05 | 0 | 0.04 | 191.3 | 0.79 | 0.83 |
| Hex | B1 | E9 | F6 | 1C | 5 | 0 | 4 | BF | 4F | 53 |
| Octal | 261 | 351 | 366 | 34 | 5 | 0 | 4 | 277 | 117 | 123 |
| Binary | 10110001 | 11101001 | 11110110 | 11100 | 101 | 0 | 100 | 10111111 | 1001111 | 1010011 |
Color Harmonies of #B1E9F6
Complementary color
Monochromatic Colors of #B1E9F6
Black with #B1E9F6
Text Example
Text Example
White with #B1E9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E9F6; }
p { color: rgb(177,233,246); }
H1.HeaderClassName
{
color: #B1E9F6;
}
.AnyTagClassName
{
color: #B1E9F6;
}
</style>
background-color css
<style>
a { background-color: #B1E9F6; }
a { background-color: rgb(177,233,246); }
div.DivClassName
{
background-color: #B1E9F6;
}
.BgClassName
{
background-color: #B1E9F6;
}
</style>
border-color css
<style>
span { border-color: #B1E9F6; }
span { border-color: rgb(177,233,246); }
td.TdClassName
{
border-color: #B1E9F6;
}
.TagClassName
{
border-color: #B1E9F6;
}
</style>