Shades of Blizzard Blue #B1EAFA
Tints of Blizzard Blue #B1EAFA
RGB
CMYK
RGB Variations
Color information
#B1EAFA (or 0xB1EAFA) is known color: Blizzard Blue. HEX triplet: B1, EA and FA. RGB value is (177,234,250). Sum of RGB (Red+Green+Blue) = 177+234+250=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EAFA is #4E1505. Grayscale: #DADADA. Windows color (decimal): -5117190 or 16444081. OLE color: 16444081.
HSL color Cylindrical-coordinate representation of color #B1EAFA: hue angle of 193.15º 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 #B1EAFA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 234 | 250 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.02 |
| HSL | 193.15º | 0.88% | 0.84% | - |
| HSV(B) | 193.15º | 0.29% | 0.98% | - |
| XYZ | 64.81 | 75.09 | 101.52 | - |
| YUV | 218.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 250 | 0.29 | 0.06 | 0 | 0.02 | 193.15 | 0.88 | 0.84 |
| Hex | B1 | EA | FA | 1D | 6 | 0 | 2 | C1 | 58 | 54 |
| Octal | 261 | 352 | 372 | 35 | 6 | 0 | 2 | 301 | 130 | 124 |
| Binary | 10110001 | 11101010 | 11111010 | 11101 | 110 | 0 | 10 | 11000001 | 1011000 | 1010100 |
Color Harmonies of #B1EAFA
Complementary color
Monochromatic Colors of #B1EAFA
Black with #B1EAFA
Text Example
Text Example
White with #B1EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EAFA; }
p { color: rgb(177,234,250); }
H1.HeaderClassName
{
color: #B1EAFA;
}
.AnyTagClassName
{
color: #B1EAFA;
}
</style>
background-color css
<style>
a { background-color: #B1EAFA; }
a { background-color: rgb(177,234,250); }
div.DivClassName
{
background-color: #B1EAFA;
}
.BgClassName
{
background-color: #B1EAFA;
}
</style>
border-color css
<style>
span { border-color: #B1EAFA; }
span { border-color: rgb(177,234,250); }
td.TdClassName
{
border-color: #B1EAFA;
}
.TagClassName
{
border-color: #B1EAFA;
}
</style>