Shades of Powder Blue #B4E5EC
Tints of Powder Blue #B4E5EC
RGB
CMYK
RGB Variations
Color information
#B4E5EC (or 0xB4E5EC) is known color: Powder Blue. HEX triplet: B4, E5 and EC. RGB value is (180,229,236). Sum of RGB (Red+Green+Blue) = 180+229+236=645 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.91% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5EC is #4B1A13. Grayscale: #D7D7D7. Windows color (decimal): -4921876 or 15525300. OLE color: 15525300.
HSL color Cylindrical-coordinate representation of color #B4E5EC: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4E5EC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 229 | 236 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.07 |
| HSL | 187.5º | 0.6% | 0.82% | - |
| HSV(B) | 187.5º | 0.24% | 0.93% | - |
| XYZ | 61.98 | 71.8 | 89.95 | - |
| YUV | 215.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 236 | 0.24 | 0.03 | 0 | 0.07 | 187.5 | 0.6 | 0.82 |
| Hex | B4 | E5 | EC | 18 | 3 | 0 | 7 | BC | 3C | 52 |
| Octal | 264 | 345 | 354 | 30 | 3 | 0 | 7 | 274 | 74 | 122 |
| Binary | 10110100 | 11100101 | 11101100 | 11000 | 11 | 0 | 111 | 10111100 | 111100 | 1010010 |
Color Harmonies of #B4E5EC
Complementary color
Monochromatic Colors of #B4E5EC
Black with #B4E5EC
Text Example
Text Example
White with #B4E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5EC; }
p { color: rgb(180,229,236); }
H1.HeaderClassName
{
color: #B4E5EC;
}
.AnyTagClassName
{
color: #B4E5EC;
}
</style>
background-color css
<style>
a { background-color: #B4E5EC; }
a { background-color: rgb(180,229,236); }
div.DivClassName
{
background-color: #B4E5EC;
}
.BgClassName
{
background-color: #B4E5EC;
}
</style>
border-color css
<style>
span { border-color: #B4E5EC; }
span { border-color: rgb(180,229,236); }
td.TdClassName
{
border-color: #B4E5EC;
}
.TagClassName
{
border-color: #B4E5EC;
}
</style>