Shades of Blizzard Blue #B1E4F5
Tints of Blizzard Blue #B1E4F5
RGB
CMYK
RGB Variations
Color information
#B1E4F5 (or 0xB1E4F5) is known color: Blizzard Blue. HEX triplet: B1, E4 and F5. RGB value is (177,228,245). Sum of RGB (Red+Green+Blue) = 177+228+245=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1E4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E4F5 is #4E1B0A. Grayscale: #D6D6D6. Windows color (decimal): -5118731 or 16114865. OLE color: 16114865.
HSL color Cylindrical-coordinate representation of color #B1E4F5: hue angle of 195º degrees, saturation: 0.77, 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 #B1E4F5 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 228 | 245 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.04 |
| HSL | 195º | 0.77% | 0.83% | - |
| HSV(B) | 195º | 0.28% | 0.96% | - |
| XYZ | 62.36 | 71.43 | 96.89 | - |
| YUV | 214.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 245 | 0.28 | 0.07 | 0 | 0.04 | 195 | 0.77 | 0.83 |
| Hex | B1 | E4 | F5 | 1C | 7 | 0 | 4 | C3 | 4D | 53 |
| Octal | 261 | 344 | 365 | 34 | 7 | 0 | 4 | 303 | 115 | 123 |
| Binary | 10110001 | 11100100 | 11110101 | 11100 | 111 | 0 | 100 | 11000011 | 1001101 | 1010011 |
Color Harmonies of #B1E4F5
Complementary color
Monochromatic Colors of #B1E4F5
Black with #B1E4F5
Text Example
Text Example
White with #B1E4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4F5; }
p { color: rgb(177,228,245); }
H1.HeaderClassName
{
color: #B1E4F5;
}
.AnyTagClassName
{
color: #B1E4F5;
}
</style>
background-color css
<style>
a { background-color: #B1E4F5; }
a { background-color: rgb(177,228,245); }
div.DivClassName
{
background-color: #B1E4F5;
}
.BgClassName
{
background-color: #B1E4F5;
}
</style>
border-color css
<style>
span { border-color: #B1E4F5; }
span { border-color: rgb(177,228,245); }
td.TdClassName
{
border-color: #B1E4F5;
}
.TagClassName
{
border-color: #B1E4F5;
}
</style>