Shades of Blizzard Blue #B2E5FA
Tints of Blizzard Blue #B2E5FA
RGB
CMYK
RGB Variations
Color information
#B2E5FA (or 0xB2E5FA) is known color: Blizzard Blue. HEX triplet: B2, E5 and FA. RGB value is (178,229,250). Sum of RGB (Red+Green+Blue) = 178+229+250=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5FA is #4D1A05. Grayscale: #D8D8D8. Windows color (decimal): -5052934 or 16442802. OLE color: 16442802.
HSL color Cylindrical-coordinate representation of color #B2E5FA: hue angle of 197.5º 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 #B2E5FA is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 229 | 250 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.02 |
| HSL | 197.5º | 0.88% | 0.84% | - |
| HSV(B) | 197.5º | 0.29% | 0.98% | - |
| XYZ | 63.63 | 72.41 | 101.06 | - |
| YUV | 216.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 250 | 0.29 | 0.08 | 0 | 0.02 | 197.5 | 0.88 | 0.84 |
| Hex | B2 | E5 | FA | 1D | 8 | 0 | 2 | C6 | 58 | 54 |
| Octal | 262 | 345 | 372 | 35 | 10 | 0 | 2 | 306 | 130 | 124 |
| Binary | 10110010 | 11100101 | 11111010 | 11101 | 1000 | 0 | 10 | 11000110 | 1011000 | 1010100 |
Color Harmonies of #B2E5FA
Complementary color
Monochromatic Colors of #B2E5FA
Black with #B2E5FA
Text Example
Text Example
White with #B2E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E5FA; }
p { color: rgb(178,229,250); }
H1.HeaderClassName
{
color: #B2E5FA;
}
.AnyTagClassName
{
color: #B2E5FA;
}
</style>
background-color css
<style>
a { background-color: #B2E5FA; }
a { background-color: rgb(178,229,250); }
div.DivClassName
{
background-color: #B2E5FA;
}
.BgClassName
{
background-color: #B2E5FA;
}
</style>
border-color css
<style>
span { border-color: #B2E5FA; }
span { border-color: rgb(178,229,250); }
td.TdClassName
{
border-color: #B2E5FA;
}
.TagClassName
{
border-color: #B2E5FA;
}
</style>