Shades of Blizzard Blue #B2E7FA
Tints of Blizzard Blue #B2E7FA
RGB
CMYK
RGB Variations
Color information
#B2E7FA (or 0xB2E7FA) is known color: Blizzard Blue. HEX triplet: B2, E7 and FA. RGB value is (178,231,250). Sum of RGB (Red+Green+Blue) = 178+231+250=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E7FA is #4D1805. Grayscale: #D9D9D9. Windows color (decimal): -5052422 or 16443314. OLE color: 16443314.
HSL color Cylindrical-coordinate representation of color #B2E7FA: hue angle of 195.83º 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 #B2E7FA is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 231 | 250 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.02 |
| HSL | 195.83º | 0.88% | 0.84% | - |
| HSV(B) | 195.83º | 0.29% | 0.98% | - |
| XYZ | 64.19 | 73.52 | 101.25 | - |
| YUV | 217.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 250 | 0.29 | 0.08 | 0 | 0.02 | 195.83 | 0.88 | 0.84 |
| Hex | B2 | E7 | FA | 1D | 8 | 0 | 2 | C4 | 58 | 54 |
| Octal | 262 | 347 | 372 | 35 | 10 | 0 | 2 | 304 | 130 | 124 |
| Binary | 10110010 | 11100111 | 11111010 | 11101 | 1000 | 0 | 10 | 11000100 | 1011000 | 1010100 |
Color Harmonies of #B2E7FA
Complementary color
Monochromatic Colors of #B2E7FA
Black with #B2E7FA
Text Example
Text Example
White with #B2E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E7FA; }
p { color: rgb(178,231,250); }
H1.HeaderClassName
{
color: #B2E7FA;
}
.AnyTagClassName
{
color: #B2E7FA;
}
</style>
background-color css
<style>
a { background-color: #B2E7FA; }
a { background-color: rgb(178,231,250); }
div.DivClassName
{
background-color: #B2E7FA;
}
.BgClassName
{
background-color: #B2E7FA;
}
</style>
border-color css
<style>
span { border-color: #B2E7FA; }
span { border-color: rgb(178,231,250); }
td.TdClassName
{
border-color: #B2E7FA;
}
.TagClassName
{
border-color: #B2E7FA;
}
</style>