Shades of Powder Blue #B0E1EF
Tints of Powder Blue #B0E1EF
RGB
CMYK
RGB Variations
Color information
#B0E1EF (or 0xB0E1EF) is known color: Powder Blue. HEX triplet: B0, E1 and EF. RGB value is (176,225,239). Sum of RGB (Red+Green+Blue) = 176+225+239=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1EF is #4F1E10. Grayscale: #D3D3D3. Windows color (decimal): -5185041 or 15720880. OLE color: 15720880.
HSL color Cylindrical-coordinate representation of color #B0E1EF: hue angle of 193.33º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0E1EF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 225 | 239 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.06 |
| HSL | 193.33º | 0.66% | 0.81% | - |
| HSV(B) | 193.33º | 0.26% | 0.94% | - |
| XYZ | 60.41 | 69.31 | 91.86 | - |
| YUV | 211.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 239 | 0.26 | 0.06 | 0 | 0.06 | 193.33 | 0.66 | 0.81 |
| Hex | B0 | E1 | EF | 1A | 6 | 0 | 6 | C1 | 42 | 51 |
| Octal | 260 | 341 | 357 | 32 | 6 | 0 | 6 | 301 | 102 | 121 |
| Binary | 10110000 | 11100001 | 11101111 | 11010 | 110 | 0 | 110 | 11000001 | 1000010 | 1010001 |
Color Harmonies of #B0E1EF
Complementary color
Monochromatic Colors of #B0E1EF
Black with #B0E1EF
Text Example
Text Example
White with #B0E1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1EF; }
p { color: rgb(176,225,239); }
H1.HeaderClassName
{
color: #B0E1EF;
}
.AnyTagClassName
{
color: #B0E1EF;
}
</style>
background-color css
<style>
a { background-color: #B0E1EF; }
a { background-color: rgb(176,225,239); }
div.DivClassName
{
background-color: #B0E1EF;
}
.BgClassName
{
background-color: #B0E1EF;
}
</style>
border-color css
<style>
span { border-color: #B0E1EF; }
span { border-color: rgb(176,225,239); }
td.TdClassName
{
border-color: #B0E1EF;
}
.TagClassName
{
border-color: #B0E1EF;
}
</style>