Shades of Blizzard Blue #B1EAFB
Tints of Blizzard Blue #B1EAFB
RGB
CMYK
RGB Variations
Color information
#B1EAFB (or 0xB1EAFB) is known color: Blizzard Blue. HEX triplet: B1, EA and FB. RGB value is (177,234,251). Sum of RGB (Red+Green+Blue) = 177+234+251=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFB is #4E1504. Grayscale: #DADADA. Windows color (decimal): -5117189 or 16509617. OLE color: 16509617.
HSL color Cylindrical-coordinate representation of color #B1EAFB: hue angle of 193.78º degrees, saturation: 0.9, 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 #B1EAFB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 234 | 251 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.02 |
| HSL | 193.78º | 0.9% | 0.84% | - |
| HSV(B) | 193.78º | 0.29% | 0.98% | - |
| XYZ | 64.97 | 75.16 | 102.35 | - |
| YUV | 218.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 251 | 0.29 | 0.07 | 0 | 0.02 | 193.78 | 0.9 | 0.84 |
| Hex | B1 | EA | FB | 1D | 7 | 0 | 2 | C2 | 5A | 54 |
| Octal | 261 | 352 | 373 | 35 | 7 | 0 | 2 | 302 | 132 | 124 |
| Binary | 10110001 | 11101010 | 11111011 | 11101 | 111 | 0 | 10 | 11000010 | 1011010 | 1010100 |
Color Harmonies of #B1EAFB
Complementary color
Monochromatic Colors of #B1EAFB
Black with #B1EAFB
Text Example
Text Example
White with #B1EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EAFB; }
p { color: rgb(177,234,251); }
H1.HeaderClassName
{
color: #B1EAFB;
}
.AnyTagClassName
{
color: #B1EAFB;
}
</style>
background-color css
<style>
a { background-color: #B1EAFB; }
a { background-color: rgb(177,234,251); }
div.DivClassName
{
background-color: #B1EAFB;
}
.BgClassName
{
background-color: #B1EAFB;
}
</style>
border-color css
<style>
span { border-color: #B1EAFB; }
span { border-color: rgb(177,234,251); }
td.TdClassName
{
border-color: #B1EAFB;
}
.TagClassName
{
border-color: #B1EAFB;
}
</style>