Shades of Blizzard Blue #B0E8FA
Tints of Blizzard Blue #B0E8FA
RGB
CMYK
RGB Variations
Color information
#B0E8FA (or 0xB0E8FA) is known color: Blizzard Blue. HEX triplet: B0, E8 and FA. RGB value is (176,232,250). Sum of RGB (Red+Green+Blue) = 176+232+250=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8FA is #4F1705. Grayscale: #D9D9D9. Windows color (decimal): -5183238 or 16443568. OLE color: 16443568.
HSL color Cylindrical-coordinate representation of color #B0E8FA: hue angle of 194.59º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E8FA is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 232 | 250 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.02 |
| HSL | 194.59º | 0.88% | 0.84% | - |
| HSV(B) | 194.59º | 0.3% | 0.98% | - |
| XYZ | 64.02 | 73.85 | 101.32 | - |
| YUV | 217.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 250 | 0.30 | 0.07 | 0 | 0.02 | 194.59 | 0.88 | 0.84 |
| Hex | B0 | E8 | FA | 1E | 7 | 0 | 2 | C3 | 58 | 54 |
| Octal | 260 | 350 | 372 | 36 | 7 | 0 | 2 | 303 | 130 | 124 |
| Binary | 10110000 | 11101000 | 11111010 | 11110 | 111 | 0 | 10 | 11000011 | 1011000 | 1010100 |
Color Harmonies of #B0E8FA
Complementary color
Monochromatic Colors of #B0E8FA
Black with #B0E8FA
Text Example
Text Example
White with #B0E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8FA; }
p { color: rgb(176,232,250); }
H1.HeaderClassName
{
color: #B0E8FA;
}
.AnyTagClassName
{
color: #B0E8FA;
}
</style>
background-color css
<style>
a { background-color: #B0E8FA; }
a { background-color: rgb(176,232,250); }
div.DivClassName
{
background-color: #B0E8FA;
}
.BgClassName
{
background-color: #B0E8FA;
}
</style>
border-color css
<style>
span { border-color: #B0E8FA; }
span { border-color: rgb(176,232,250); }
td.TdClassName
{
border-color: #B0E8FA;
}
.TagClassName
{
border-color: #B0E8FA;
}
</style>