Shades of Blizzard Blue #B2E8F6
Tints of Blizzard Blue #B2E8F6
RGB
CMYK
RGB Variations
Color information
#B2E8F6 (or 0xB2E8F6) is known color: Blizzard Blue. HEX triplet: B2, E8 and F6. RGB value is (178,232,246). Sum of RGB (Red+Green+Blue) = 178+232+246=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2E8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E8F6 is #4D1709. Grayscale: #D9D9D9. Windows color (decimal): -5052170 or 16181426. OLE color: 16181426.
HSL color Cylindrical-coordinate representation of color #B2E8F6: hue angle of 192.35º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2E8F6 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 232 | 246 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.04 |
| HSL | 192.35º | 0.79% | 0.83% | - |
| HSV(B) | 192.35º | 0.28% | 0.96% | - |
| XYZ | 63.85 | 73.83 | 98.07 | - |
| YUV | 217.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 246 | 0.28 | 0.06 | 0 | 0.04 | 192.35 | 0.79 | 0.83 |
| Hex | B2 | E8 | F6 | 1C | 6 | 0 | 4 | C0 | 4F | 53 |
| Octal | 262 | 350 | 366 | 34 | 6 | 0 | 4 | 300 | 117 | 123 |
| Binary | 10110010 | 11101000 | 11110110 | 11100 | 110 | 0 | 100 | 11000000 | 1001111 | 1010011 |
Color Harmonies of #B2E8F6
Complementary color
Monochromatic Colors of #B2E8F6
Black with #B2E8F6
Text Example
Text Example
White with #B2E8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E8F6; }
p { color: rgb(178,232,246); }
H1.HeaderClassName
{
color: #B2E8F6;
}
.AnyTagClassName
{
color: #B2E8F6;
}
</style>
background-color css
<style>
a { background-color: #B2E8F6; }
a { background-color: rgb(178,232,246); }
div.DivClassName
{
background-color: #B2E8F6;
}
.BgClassName
{
background-color: #B2E8F6;
}
</style>
border-color css
<style>
span { border-color: #B2E8F6; }
span { border-color: rgb(178,232,246); }
td.TdClassName
{
border-color: #B2E8F6;
}
.TagClassName
{
border-color: #B2E8F6;
}
</style>