Shades of Blizzard Blue #B0E8F4
Tints of Blizzard Blue #B0E8F4
RGB
CMYK
RGB Variations
Color information
#B0E8F4 (or 0xB0E8F4) is known color: Blizzard Blue. HEX triplet: B0, E8 and F4. RGB value is (176,232,244). Sum of RGB (Red+Green+Blue) = 176+232+244=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0E8F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8F4 is #4F170B. Grayscale: #D8D8D8. Windows color (decimal): -5183244 or 16050352. OLE color: 16050352.
HSL color Cylindrical-coordinate representation of color #B0E8F4: hue angle of 190.59º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0E8F4 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 232 | 244 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.04 |
| HSL | 190.59º | 0.76% | 0.82% | - |
| HSV(B) | 190.59º | 0.28% | 0.96% | - |
| XYZ | 63.09 | 73.47 | 96.44 | - |
| YUV | 216.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 244 | 0.28 | 0.05 | 0 | 0.04 | 190.59 | 0.76 | 0.82 |
| Hex | B0 | E8 | F4 | 1C | 5 | 0 | 4 | BF | 4C | 52 |
| Octal | 260 | 350 | 364 | 34 | 5 | 0 | 4 | 277 | 114 | 122 |
| Binary | 10110000 | 11101000 | 11110100 | 11100 | 101 | 0 | 100 | 10111111 | 1001100 | 1010010 |
Color Harmonies of #B0E8F4
Complementary color
Monochromatic Colors of #B0E8F4
Black with #B0E8F4
Text Example
Text Example
White with #B0E8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8F4; }
p { color: rgb(176,232,244); }
H1.HeaderClassName
{
color: #B0E8F4;
}
.AnyTagClassName
{
color: #B0E8F4;
}
</style>
background-color css
<style>
a { background-color: #B0E8F4; }
a { background-color: rgb(176,232,244); }
div.DivClassName
{
background-color: #B0E8F4;
}
.BgClassName
{
background-color: #B0E8F4;
}
</style>
border-color css
<style>
span { border-color: #B0E8F4; }
span { border-color: rgb(176,232,244); }
td.TdClassName
{
border-color: #B0E8F4;
}
.TagClassName
{
border-color: #B0E8F4;
}
</style>