Shades of Powder Blue #B3E7EC
Tints of Powder Blue #B3E7EC
RGB
CMYK
RGB Variations
Color information
#B3E7EC (or 0xB3E7EC) is known color: Powder Blue. HEX triplet: B3, E7 and EC. RGB value is (179,231,236). Sum of RGB (Red+Green+Blue) = 179+231+236=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3E7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E7EC is #4C1813. Grayscale: #D7D7D7. Windows color (decimal): -4986900 or 15525811. OLE color: 15525811.
HSL color Cylindrical-coordinate representation of color #B3E7EC: hue angle of 185.26º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3E7EC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 231 | 236 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.07 |
| HSL | 185.26º | 0.6% | 0.81% | - |
| HSV(B) | 185.26º | 0.24% | 0.93% | - |
| XYZ | 62.31 | 72.79 | 90.12 | - |
| YUV | 216.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 236 | 0.24 | 0.02 | 0 | 0.07 | 185.26 | 0.6 | 0.81 |
| Hex | B3 | E7 | EC | 18 | 2 | 0 | 7 | B9 | 3C | 51 |
| Octal | 263 | 347 | 354 | 30 | 2 | 0 | 7 | 271 | 74 | 121 |
| Binary | 10110011 | 11100111 | 11101100 | 11000 | 10 | 0 | 111 | 10111001 | 111100 | 1010001 |
Color Harmonies of #B3E7EC
Complementary color
Monochromatic Colors of #B3E7EC
Black with #B3E7EC
Text Example
Text Example
White with #B3E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E7EC; }
p { color: rgb(179,231,236); }
H1.HeaderClassName
{
color: #B3E7EC;
}
.AnyTagClassName
{
color: #B3E7EC;
}
</style>
background-color css
<style>
a { background-color: #B3E7EC; }
a { background-color: rgb(179,231,236); }
div.DivClassName
{
background-color: #B3E7EC;
}
.BgClassName
{
background-color: #B3E7EC;
}
</style>
border-color css
<style>
span { border-color: #B3E7EC; }
span { border-color: rgb(179,231,236); }
td.TdClassName
{
border-color: #B3E7EC;
}
.TagClassName
{
border-color: #B3E7EC;
}
</style>