Shades of Blizzard Blue #B0EAFA
Tints of Blizzard Blue #B0EAFA
RGB
CMYK
RGB Variations
Color information
#B0EAFA (or 0xB0EAFA) is known color: Blizzard Blue. HEX triplet: B0, EA and FA. RGB value is (176,234,250). Sum of RGB (Red+Green+Blue) = 176+234+250=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAFA is #4F1505. Grayscale: #DADADA. Windows color (decimal): -5182726 or 16444080. OLE color: 16444080.
HSL color Cylindrical-coordinate representation of color #B0EAFA: hue angle of 192.97º 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 #B0EAFA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 234 | 250 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.02 |
| HSL | 192.97º | 0.88% | 0.84% | - |
| HSV(B) | 192.97º | 0.3% | 0.98% | - |
| XYZ | 64.58 | 74.98 | 101.51 | - |
| YUV | 218.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 250 | 0.30 | 0.06 | 0 | 0.02 | 192.97 | 0.88 | 0.84 |
| Hex | B0 | EA | FA | 1E | 6 | 0 | 2 | C1 | 58 | 54 |
| Octal | 260 | 352 | 372 | 36 | 6 | 0 | 2 | 301 | 130 | 124 |
| Binary | 10110000 | 11101010 | 11111010 | 11110 | 110 | 0 | 10 | 11000001 | 1011000 | 1010100 |
Color Harmonies of #B0EAFA
Complementary color
Monochromatic Colors of #B0EAFA
Black with #B0EAFA
Text Example
Text Example
White with #B0EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAFA; }
p { color: rgb(176,234,250); }
H1.HeaderClassName
{
color: #B0EAFA;
}
.AnyTagClassName
{
color: #B0EAFA;
}
</style>
background-color css
<style>
a { background-color: #B0EAFA; }
a { background-color: rgb(176,234,250); }
div.DivClassName
{
background-color: #B0EAFA;
}
.BgClassName
{
background-color: #B0EAFA;
}
</style>
border-color css
<style>
span { border-color: #B0EAFA; }
span { border-color: rgb(176,234,250); }
td.TdClassName
{
border-color: #B0EAFA;
}
.TagClassName
{
border-color: #B0EAFA;
}
</style>