Shades of Blizzard Blue #B1ECFD
Tints of Blizzard Blue #B1ECFD
RGB
CMYK
RGB Variations
Color information
#B1ECFD (or 0xB1ECFD) is known color: Blizzard Blue. HEX triplet: B1, EC and FD. RGB value is (177,236,253). Sum of RGB (Red+Green+Blue) = 177+236+253=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECFD is #4E1302. Grayscale: #DCDCDC. Windows color (decimal): -5116675 or 16641201. OLE color: 16641201.
HSL color Cylindrical-coordinate representation of color #B1ECFD: hue angle of 193.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1ECFD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 236 | 253 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.01 |
| HSL | 193.42º | 0.95% | 0.84% | - |
| HSV(B) | 193.42º | 0.3% | 0.99% | - |
| XYZ | 65.86 | 76.43 | 104.21 | - |
| YUV | 220.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 253 | 0.30 | 0.07 | 0 | 0.01 | 193.42 | 0.95 | 0.84 |
| Hex | B1 | EC | FD | 1E | 7 | 0 | 1 | C1 | 5F | 54 |
| Octal | 261 | 354 | 375 | 36 | 7 | 0 | 1 | 301 | 137 | 124 |
| Binary | 10110001 | 11101100 | 11111101 | 11110 | 111 | 0 | 1 | 11000001 | 1011111 | 1010100 |
Color Harmonies of #B1ECFD
Complementary color
Monochromatic Colors of #B1ECFD
Black with #B1ECFD
Text Example
Text Example
White with #B1ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECFD; }
p { color: rgb(177,236,253); }
H1.HeaderClassName
{
color: #B1ECFD;
}
.AnyTagClassName
{
color: #B1ECFD;
}
</style>
background-color css
<style>
a { background-color: #B1ECFD; }
a { background-color: rgb(177,236,253); }
div.DivClassName
{
background-color: #B1ECFD;
}
.BgClassName
{
background-color: #B1ECFD;
}
</style>
border-color css
<style>
span { border-color: #B1ECFD; }
span { border-color: rgb(177,236,253); }
td.TdClassName
{
border-color: #B1ECFD;
}
.TagClassName
{
border-color: #B1ECFD;
}
</style>