Shades of Blizzard Blue #B2EAFE
Tints of Blizzard Blue #B2EAFE
RGB
CMYK
RGB Variations
Color information
#B2EAFE (or 0xB2EAFE) is known color: Blizzard Blue. HEX triplet: B2, EA and FE. RGB value is (178,234,254). Sum of RGB (Red+Green+Blue) = 178+234+254=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAFE is #4D1501. Grayscale: #DBDBDB. Windows color (decimal): -5051650 or 16706226. OLE color: 16706226.
HSL color Cylindrical-coordinate representation of color #B2EAFE: hue angle of 195.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EAFE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 234 | 254 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.00 |
| HSL | 195.79º | 0.97% | 0.85% | - |
| HSV(B) | 195.79º | 0.3% | 1% | - |
| XYZ | 65.67 | 75.47 | 104.87 | - |
| YUV | 219.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 254 | 0.30 | 0.08 | 0 | 0.00 | 195.79 | 0.97 | 0.85 |
| Hex | B2 | EA | FE | 1E | 8 | 0 | 0 | C4 | 61 | 55 |
| Octal | 262 | 352 | 376 | 36 | 10 | 0 | 0 | 304 | 141 | 125 |
| Binary | 10110010 | 11101010 | 11111110 | 11110 | 1000 | 0 | 0 | 11000100 | 1100001 | 1010101 |
Color Harmonies of #B2EAFE
Complementary color
Monochromatic Colors of #B2EAFE
Black with #B2EAFE
Text Example
Text Example
White with #B2EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAFE; }
p { color: rgb(178,234,254); }
H1.HeaderClassName
{
color: #B2EAFE;
}
.AnyTagClassName
{
color: #B2EAFE;
}
</style>
background-color css
<style>
a { background-color: #B2EAFE; }
a { background-color: rgb(178,234,254); }
div.DivClassName
{
background-color: #B2EAFE;
}
.BgClassName
{
background-color: #B2EAFE;
}
</style>
border-color css
<style>
span { border-color: #B2EAFE; }
span { border-color: rgb(178,234,254); }
td.TdClassName
{
border-color: #B2EAFE;
}
.TagClassName
{
border-color: #B2EAFE;
}
</style>