Shades of Powder Blue #B1E7EB
Tints of Powder Blue #B1E7EB
RGB
CMYK
RGB Variations
Color information
#B1E7EB (or 0xB1E7EB) is known color: Powder Blue. HEX triplet: B1, E7 and EB. RGB value is (177,231,235). Sum of RGB (Red+Green+Blue) = 177+231+235=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7EB is #4E1814. Grayscale: #D7D7D7. Windows color (decimal): -5117973 or 15460273. OLE color: 15460273.
HSL color Cylindrical-coordinate representation of color #B1E7EB: hue angle of 184.14º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1E7EB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 231 | 235 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.08 |
| HSL | 184.14º | 0.59% | 0.81% | - |
| HSV(B) | 184.14º | 0.25% | 0.92% | - |
| XYZ | 61.7 | 72.5 | 89.34 | - |
| YUV | 215.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 235 | 0.25 | 0.02 | 0 | 0.08 | 184.14 | 0.59 | 0.81 |
| Hex | B1 | E7 | EB | 19 | 2 | 0 | 8 | B8 | 3B | 51 |
| Octal | 261 | 347 | 353 | 31 | 2 | 0 | 10 | 270 | 73 | 121 |
| Binary | 10110001 | 11100111 | 11101011 | 11001 | 10 | 0 | 1000 | 10111000 | 111011 | 1010001 |
Color Harmonies of #B1E7EB
Complementary color
Monochromatic Colors of #B1E7EB
Black with #B1E7EB
Text Example
Text Example
White with #B1E7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7EB; }
p { color: rgb(177,231,235); }
H1.HeaderClassName
{
color: #B1E7EB;
}
.AnyTagClassName
{
color: #B1E7EB;
}
</style>
background-color css
<style>
a { background-color: #B1E7EB; }
a { background-color: rgb(177,231,235); }
div.DivClassName
{
background-color: #B1E7EB;
}
.BgClassName
{
background-color: #B1E7EB;
}
</style>
border-color css
<style>
span { border-color: #B1E7EB; }
span { border-color: rgb(177,231,235); }
td.TdClassName
{
border-color: #B1E7EB;
}
.TagClassName
{
border-color: #B1E7EB;
}
</style>