Shades of Blizzard Blue #B2ECFF
Tints of Blizzard Blue #B2ECFF
RGB
CMYK
RGB Variations
Color information
#B2ECFF (or 0xB2ECFF) is known color: Blizzard Blue. HEX triplet: B2, EC and FF. RGB value is (178,236,255). Sum of RGB (Red+Green+Blue) = 178+236+255=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECFF is #4D1300. Grayscale: #DCDCDC. Windows color (decimal): -5051137 or 16772274. OLE color: 16772274.
HSL color Cylindrical-coordinate representation of color #B2ECFF: hue angle of 194.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2ECFF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 236 | 255 | - |
| CMYK | 0.30 | 0.07 | 0 | 0 |
| HSL | 194.81º | 1% | 0.85% | - |
| HSV(B) | 194.81º | 0.3% | 1% | - |
| XYZ | 66.41 | 76.68 | 105.91 | - |
| YUV | 220.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 255 | 0.30 | 0.07 | 0 | 0 | 194.81 | 1 | 0.85 |
| Hex | B2 | EC | FF | 1E | 7 | 0 | 0 | C3 | 64 | 55 |
| Octal | 262 | 354 | 377 | 36 | 7 | 0 | 0 | 303 | 144 | 125 |
| Binary | 10110010 | 11101100 | 11111111 | 11110 | 111 | 0 | 0 | 11000011 | 1100100 | 1010101 |
Color Harmonies of #B2ECFF
Complementary color
Monochromatic Colors of #B2ECFF
Black with #B2ECFF
Text Example
Text Example
White with #B2ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECFF; }
p { color: rgb(178,236,255); }
H1.HeaderClassName
{
color: #B2ECFF;
}
.AnyTagClassName
{
color: #B2ECFF;
}
</style>
background-color css
<style>
a { background-color: #B2ECFF; }
a { background-color: rgb(178,236,255); }
div.DivClassName
{
background-color: #B2ECFF;
}
.BgClassName
{
background-color: #B2ECFF;
}
</style>
border-color css
<style>
span { border-color: #B2ECFF; }
span { border-color: rgb(178,236,255); }
td.TdClassName
{
border-color: #B2ECFF;
}
.TagClassName
{
border-color: #B2ECFF;
}
</style>