Shades of Blizzard Blue #B1E9FA
Tints of Blizzard Blue #B1E9FA
RGB
CMYK
RGB Variations
Color information
#B1E9FA (or 0xB1E9FA) is known color: Blizzard Blue. HEX triplet: B1, E9 and FA. RGB value is (177,233,250). Sum of RGB (Red+Green+Blue) = 177+233+250=660 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.82% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9FA is #4E1605. Grayscale: #DADADA. Windows color (decimal): -5117446 or 16443825. OLE color: 16443825.
HSL color Cylindrical-coordinate representation of color #B1E9FA: hue angle of 193.97º degrees, saturation: 0.88, 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 #B1E9FA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 233 | 250 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.02 |
| HSL | 193.97º | 0.88% | 0.84% | - |
| HSV(B) | 193.97º | 0.29% | 0.98% | - |
| XYZ | 64.53 | 74.53 | 101.43 | - |
| YUV | 218.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 250 | 0.29 | 0.07 | 0 | 0.02 | 193.97 | 0.88 | 0.84 |
| Hex | B1 | E9 | FA | 1D | 7 | 0 | 2 | C2 | 58 | 54 |
| Octal | 261 | 351 | 372 | 35 | 7 | 0 | 2 | 302 | 130 | 124 |
| Binary | 10110001 | 11101001 | 11111010 | 11101 | 111 | 0 | 10 | 11000010 | 1011000 | 1010100 |
Color Harmonies of #B1E9FA
Complementary color
Monochromatic Colors of #B1E9FA
Black with #B1E9FA
Text Example
Text Example
White with #B1E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E9FA; }
p { color: rgb(177,233,250); }
H1.HeaderClassName
{
color: #B1E9FA;
}
.AnyTagClassName
{
color: #B1E9FA;
}
</style>
background-color css
<style>
a { background-color: #B1E9FA; }
a { background-color: rgb(177,233,250); }
div.DivClassName
{
background-color: #B1E9FA;
}
.BgClassName
{
background-color: #B1E9FA;
}
</style>
border-color css
<style>
span { border-color: #B1E9FA; }
span { border-color: rgb(177,233,250); }
td.TdClassName
{
border-color: #B1E9FA;
}
.TagClassName
{
border-color: #B1E9FA;
}
</style>