Shades of Powder Blue #B1E7EF
Tints of Powder Blue #B1E7EF
RGB
CMYK
RGB Variations
Color information
#B1E7EF (or 0xB1E7EF) is known color: Powder Blue. HEX triplet: B1, E7 and EF. RGB value is (177,231,239). Sum of RGB (Red+Green+Blue) = 177+231+239=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7EF is #4E1810. Grayscale: #D7D7D7. Windows color (decimal): -5117969 or 15722417. OLE color: 15722417.
HSL color Cylindrical-coordinate representation of color #B1E7EF: hue angle of 187.74º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E7EF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 231 | 239 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.06 |
| HSL | 187.74º | 0.66% | 0.82% | - |
| HSV(B) | 187.74º | 0.26% | 0.94% | - |
| XYZ | 62.29 | 72.73 | 92.42 | - |
| YUV | 215.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 239 | 0.26 | 0.03 | 0 | 0.06 | 187.74 | 0.66 | 0.82 |
| Hex | B1 | E7 | EF | 1A | 3 | 0 | 6 | BC | 42 | 52 |
| Octal | 261 | 347 | 357 | 32 | 3 | 0 | 6 | 274 | 102 | 122 |
| Binary | 10110001 | 11100111 | 11101111 | 11010 | 11 | 0 | 110 | 10111100 | 1000010 | 1010010 |
Color Harmonies of #B1E7EF
Complementary color
Monochromatic Colors of #B1E7EF
Black with #B1E7EF
Text Example
Text Example
White with #B1E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7EF; }
p { color: rgb(177,231,239); }
H1.HeaderClassName
{
color: #B1E7EF;
}
.AnyTagClassName
{
color: #B1E7EF;
}
</style>
background-color css
<style>
a { background-color: #B1E7EF; }
a { background-color: rgb(177,231,239); }
div.DivClassName
{
background-color: #B1E7EF;
}
.BgClassName
{
background-color: #B1E7EF;
}
</style>
border-color css
<style>
span { border-color: #B1E7EF; }
span { border-color: rgb(177,231,239); }
td.TdClassName
{
border-color: #B1E7EF;
}
.TagClassName
{
border-color: #B1E7EF;
}
</style>