Shades of Powder Blue #B1E7EC
Tints of Powder Blue #B1E7EC
RGB
CMYK
RGB Variations
Color information
#B1E7EC (or 0xB1E7EC) is known color: Powder Blue. HEX triplet: B1, E7 and EC. RGB value is (177,231,236). Sum of RGB (Red+Green+Blue) = 177+231+236=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7EC is #4E1813. Grayscale: #D7D7D7. Windows color (decimal): -5117972 or 15525809. OLE color: 15525809.
HSL color Cylindrical-coordinate representation of color #B1E7EC: hue angle of 185.08º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1E7EC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 231 | 236 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.07 |
| HSL | 185.08º | 0.61% | 0.81% | - |
| HSV(B) | 185.08º | 0.25% | 0.93% | - |
| XYZ | 61.85 | 72.56 | 90.1 | - |
| YUV | 215.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 236 | 0.25 | 0.02 | 0 | 0.07 | 185.08 | 0.61 | 0.81 |
| Hex | B1 | E7 | EC | 19 | 2 | 0 | 7 | B9 | 3D | 51 |
| Octal | 261 | 347 | 354 | 31 | 2 | 0 | 7 | 271 | 75 | 121 |
| Binary | 10110001 | 11100111 | 11101100 | 11001 | 10 | 0 | 111 | 10111001 | 111101 | 1010001 |
Color Harmonies of #B1E7EC
Complementary color
Monochromatic Colors of #B1E7EC
Black with #B1E7EC
Text Example
Text Example
White with #B1E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7EC; }
p { color: rgb(177,231,236); }
H1.HeaderClassName
{
color: #B1E7EC;
}
.AnyTagClassName
{
color: #B1E7EC;
}
</style>
background-color css
<style>
a { background-color: #B1E7EC; }
a { background-color: rgb(177,231,236); }
div.DivClassName
{
background-color: #B1E7EC;
}
.BgClassName
{
background-color: #B1E7EC;
}
</style>
border-color css
<style>
span { border-color: #B1E7EC; }
span { border-color: rgb(177,231,236); }
td.TdClassName
{
border-color: #B1E7EC;
}
.TagClassName
{
border-color: #B1E7EC;
}
</style>