Shades of Blizzard Blue #B2E8FC
Tints of Blizzard Blue #B2E8FC
RGB
CMYK
RGB Variations
Color information
#B2E8FC (or 0xB2E8FC) is known color: Blizzard Blue. HEX triplet: B2, E8 and FC. RGB value is (178,232,252). Sum of RGB (Red+Green+Blue) = 178+232+252=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E8FC is #4D1703. Grayscale: #DADADA. Windows color (decimal): -5052164 or 16574642. OLE color: 16574642.
HSL color Cylindrical-coordinate representation of color #B2E8FC: hue angle of 196.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2E8FC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 232 | 252 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.01 |
| HSL | 196.22º | 0.93% | 0.84% | - |
| HSV(B) | 196.22º | 0.29% | 0.99% | - |
| XYZ | 64.79 | 74.21 | 103 | - |
| YUV | 218.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 252 | 0.29 | 0.08 | 0 | 0.01 | 196.22 | 0.93 | 0.84 |
| Hex | B2 | E8 | FC | 1D | 8 | 0 | 1 | C4 | 5C | 54 |
| Octal | 262 | 350 | 374 | 35 | 10 | 0 | 1 | 304 | 134 | 124 |
| Binary | 10110010 | 11101000 | 11111100 | 11101 | 1000 | 0 | 1 | 11000100 | 1011100 | 1010100 |
Color Harmonies of #B2E8FC
Complementary color
Monochromatic Colors of #B2E8FC
Black with #B2E8FC
Text Example
Text Example
White with #B2E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E8FC; }
p { color: rgb(178,232,252); }
H1.HeaderClassName
{
color: #B2E8FC;
}
.AnyTagClassName
{
color: #B2E8FC;
}
</style>
background-color css
<style>
a { background-color: #B2E8FC; }
a { background-color: rgb(178,232,252); }
div.DivClassName
{
background-color: #B2E8FC;
}
.BgClassName
{
background-color: #B2E8FC;
}
</style>
border-color css
<style>
span { border-color: #B2E8FC; }
span { border-color: rgb(178,232,252); }
td.TdClassName
{
border-color: #B2E8FC;
}
.TagClassName
{
border-color: #B2E8FC;
}
</style>