Shades of Powder Blue #B3E5EC
Tints of Powder Blue #B3E5EC
RGB
CMYK
RGB Variations
Color information
#B3E5EC (or 0xB3E5EC) is known color: Powder Blue. HEX triplet: B3, E5 and EC. RGB value is (179,229,236). Sum of RGB (Red+Green+Blue) = 179+229+236=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 229 (89.84% from 255 or 35.56% 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 #B3E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5EC is #4C1A13. Grayscale: #D6D6D6. Windows color (decimal): -4987412 or 15525299. OLE color: 15525299.
HSL color Cylindrical-coordinate representation of color #B3E5EC: hue angle of 187.37º 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 #B3E5EC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 229 | 236 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.07 |
| HSL | 187.37º | 0.6% | 0.81% | - |
| HSV(B) | 187.37º | 0.24% | 0.93% | - |
| XYZ | 61.75 | 71.68 | 89.94 | - |
| YUV | 214.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 236 | 0.24 | 0.03 | 0 | 0.07 | 187.37 | 0.6 | 0.81 |
| Hex | B3 | E5 | EC | 18 | 3 | 0 | 7 | BB | 3C | 51 |
| Octal | 263 | 345 | 354 | 30 | 3 | 0 | 7 | 273 | 74 | 121 |
| Binary | 10110011 | 11100101 | 11101100 | 11000 | 11 | 0 | 111 | 10111011 | 111100 | 1010001 |
Color Harmonies of #B3E5EC
Complementary color
Monochromatic Colors of #B3E5EC
Black with #B3E5EC
Text Example
Text Example
White with #B3E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E5EC; }
p { color: rgb(179,229,236); }
H1.HeaderClassName
{
color: #B3E5EC;
}
.AnyTagClassName
{
color: #B3E5EC;
}
</style>
background-color css
<style>
a { background-color: #B3E5EC; }
a { background-color: rgb(179,229,236); }
div.DivClassName
{
background-color: #B3E5EC;
}
.BgClassName
{
background-color: #B3E5EC;
}
</style>
border-color css
<style>
span { border-color: #B3E5EC; }
span { border-color: rgb(179,229,236); }
td.TdClassName
{
border-color: #B3E5EC;
}
.TagClassName
{
border-color: #B3E5EC;
}
</style>