Shades of Blizzard Blue #B1E7F9
Tints of Blizzard Blue #B1E7F9
RGB
CMYK
RGB Variations
Color information
#B1E7F9 (or 0xB1E7F9) is known color: Blizzard Blue. HEX triplet: B1, E7 and F9. RGB value is (177,231,249). Sum of RGB (Red+Green+Blue) = 177+231+249=657 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.94% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1E7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7F9 is #4E1806. Grayscale: #D8D8D8. Windows color (decimal): -5117959 or 16377777. OLE color: 16377777.
HSL color Cylindrical-coordinate representation of color #B1E7F9: hue angle of 195º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1E7F9 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 231 | 249 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.02 |
| HSL | 195º | 0.86% | 0.84% | - |
| HSV(B) | 195º | 0.29% | 0.98% | - |
| XYZ | 63.81 | 73.34 | 100.42 | - |
| YUV | 216.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 249 | 0.29 | 0.07 | 0 | 0.02 | 195 | 0.86 | 0.84 |
| Hex | B1 | E7 | F9 | 1D | 7 | 0 | 2 | C3 | 56 | 54 |
| Octal | 261 | 347 | 371 | 35 | 7 | 0 | 2 | 303 | 126 | 124 |
| Binary | 10110001 | 11100111 | 11111001 | 11101 | 111 | 0 | 10 | 11000011 | 1010110 | 1010100 |
Color Harmonies of #B1E7F9
Complementary color
Monochromatic Colors of #B1E7F9
Black with #B1E7F9
Text Example
Text Example
White with #B1E7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7F9; }
p { color: rgb(177,231,249); }
H1.HeaderClassName
{
color: #B1E7F9;
}
.AnyTagClassName
{
color: #B1E7F9;
}
</style>
background-color css
<style>
a { background-color: #B1E7F9; }
a { background-color: rgb(177,231,249); }
div.DivClassName
{
background-color: #B1E7F9;
}
.BgClassName
{
background-color: #B1E7F9;
}
</style>
border-color css
<style>
span { border-color: #B1E7F9; }
span { border-color: rgb(177,231,249); }
td.TdClassName
{
border-color: #B1E7F9;
}
.TagClassName
{
border-color: #B1E7F9;
}
</style>