Shades of Powder Blue #B3E4EC
Tints of Powder Blue #B3E4EC
RGB
CMYK
RGB Variations
Color information
#B3E4EC (or 0xB3E4EC) is known color: Powder Blue. HEX triplet: B3, E4 and EC. RGB value is (179,228,236). Sum of RGB (Red+Green+Blue) = 179+228+236=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E4EC is #4C1B13. Grayscale: #D6D6D6. Windows color (decimal): -4987668 or 15525043. OLE color: 15525043.
HSL color Cylindrical-coordinate representation of color #B3E4EC: hue angle of 188.42º 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 #B3E4EC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 228 | 236 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.07 |
| HSL | 188.42º | 0.6% | 0.81% | - |
| HSV(B) | 188.42º | 0.24% | 0.93% | - |
| XYZ | 61.47 | 71.13 | 89.85 | - |
| YUV | 214.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 236 | 0.24 | 0.03 | 0 | 0.07 | 188.42 | 0.6 | 0.81 |
| Hex | B3 | E4 | EC | 18 | 3 | 0 | 7 | BC | 3C | 51 |
| Octal | 263 | 344 | 354 | 30 | 3 | 0 | 7 | 274 | 74 | 121 |
| Binary | 10110011 | 11100100 | 11101100 | 11000 | 11 | 0 | 111 | 10111100 | 111100 | 1010001 |
Color Harmonies of #B3E4EC
Complementary color
Monochromatic Colors of #B3E4EC
Black with #B3E4EC
Text Example
Text Example
White with #B3E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E4EC; }
p { color: rgb(179,228,236); }
H1.HeaderClassName
{
color: #B3E4EC;
}
.AnyTagClassName
{
color: #B3E4EC;
}
</style>
background-color css
<style>
a { background-color: #B3E4EC; }
a { background-color: rgb(179,228,236); }
div.DivClassName
{
background-color: #B3E4EC;
}
.BgClassName
{
background-color: #B3E4EC;
}
</style>
border-color css
<style>
span { border-color: #B3E4EC; }
span { border-color: rgb(179,228,236); }
td.TdClassName
{
border-color: #B3E4EC;
}
.TagClassName
{
border-color: #B3E4EC;
}
</style>