Shades of Powder Blue #B0E1ED
Tints of Powder Blue #B0E1ED
RGB
CMYK
RGB Variations
Color information
#B0E1ED (or 0xB0E1ED) is known color: Powder Blue. HEX triplet: B0, E1 and ED. RGB value is (176,225,237). Sum of RGB (Red+Green+Blue) = 176+225+237=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0E1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1ED is #4F1E12. Grayscale: #D3D3D3. Windows color (decimal): -5185043 or 15589808. OLE color: 15589808.
HSL color Cylindrical-coordinate representation of color #B0E1ED: hue angle of 191.8º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E1ED is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 225 | 237 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 191.8º | 0.63% | 0.81% | - |
| HSV(B) | 191.8º | 0.26% | 0.93% | - |
| XYZ | 60.12 | 69.19 | 90.31 | - |
| YUV | 211.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 237 | 0.26 | 0.05 | 0 | 0.07 | 191.8 | 0.63 | 0.81 |
| Hex | B0 | E1 | ED | 1A | 5 | 0 | 7 | C0 | 3F | 51 |
| Octal | 260 | 341 | 355 | 32 | 5 | 0 | 7 | 300 | 77 | 121 |
| Binary | 10110000 | 11100001 | 11101101 | 11010 | 101 | 0 | 111 | 11000000 | 111111 | 1010001 |
Color Harmonies of #B0E1ED
Complementary color
Monochromatic Colors of #B0E1ED
Black with #B0E1ED
Text Example
Text Example
White with #B0E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1ED; }
p { color: rgb(176,225,237); }
H1.HeaderClassName
{
color: #B0E1ED;
}
.AnyTagClassName
{
color: #B0E1ED;
}
</style>
background-color css
<style>
a { background-color: #B0E1ED; }
a { background-color: rgb(176,225,237); }
div.DivClassName
{
background-color: #B0E1ED;
}
.BgClassName
{
background-color: #B0E1ED;
}
</style>
border-color css
<style>
span { border-color: #B0E1ED; }
span { border-color: rgb(176,225,237); }
td.TdClassName
{
border-color: #B0E1ED;
}
.TagClassName
{
border-color: #B0E1ED;
}
</style>