Shades of Blizzard Blue #B0E8F7
Tints of Blizzard Blue #B0E8F7
RGB
CMYK
RGB Variations
Color information
#B0E8F7 (or 0xB0E8F7) is known color: Blizzard Blue. HEX triplet: B0, E8 and F7. RGB value is (176,232,247). Sum of RGB (Red+Green+Blue) = 176+232+247=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0E8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8F7 is #4F1708. Grayscale: #D8D8D8. Windows color (decimal): -5183241 or 16246960. OLE color: 16246960.
HSL color Cylindrical-coordinate representation of color #B0E8F7: hue angle of 192.68º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0E8F7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 232 | 247 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.03 |
| HSL | 192.68º | 0.82% | 0.83% | - |
| HSV(B) | 192.68º | 0.29% | 0.97% | - |
| XYZ | 63.55 | 73.66 | 98.86 | - |
| YUV | 216.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 247 | 0.29 | 0.06 | 0 | 0.03 | 192.68 | 0.82 | 0.83 |
| Hex | B0 | E8 | F7 | 1D | 6 | 0 | 3 | C1 | 52 | 53 |
| Octal | 260 | 350 | 367 | 35 | 6 | 0 | 3 | 301 | 122 | 123 |
| Binary | 10110000 | 11101000 | 11110111 | 11101 | 110 | 0 | 11 | 11000001 | 1010010 | 1010011 |
Color Harmonies of #B0E8F7
Complementary color
Monochromatic Colors of #B0E8F7
Black with #B0E8F7
Text Example
Text Example
White with #B0E8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8F7; }
p { color: rgb(176,232,247); }
H1.HeaderClassName
{
color: #B0E8F7;
}
.AnyTagClassName
{
color: #B0E8F7;
}
</style>
background-color css
<style>
a { background-color: #B0E8F7; }
a { background-color: rgb(176,232,247); }
div.DivClassName
{
background-color: #B0E8F7;
}
.BgClassName
{
background-color: #B0E8F7;
}
</style>
border-color css
<style>
span { border-color: #B0E8F7; }
span { border-color: rgb(176,232,247); }
td.TdClassName
{
border-color: #B0E8F7;
}
.TagClassName
{
border-color: #B0E8F7;
}
</style>