Shades of Powder Blue #B3E1EC
Tints of Powder Blue #B3E1EC
RGB
CMYK
RGB Variations
Color information
#B3E1EC (or 0xB3E1EC) is known color: Powder Blue. HEX triplet: B3, E1 and EC. RGB value is (179,225,236). Sum of RGB (Red+Green+Blue) = 179+225+236=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E1EC is #4C1E13. Grayscale: #D4D4D4. Windows color (decimal): -4988436 or 15524275. OLE color: 15524275.
HSL color Cylindrical-coordinate representation of color #B3E1EC: hue angle of 191.58º 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 #B3E1EC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 225 | 236 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.07 |
| HSL | 191.58º | 0.6% | 0.81% | - |
| HSV(B) | 191.58º | 0.24% | 0.93% | - |
| XYZ | 60.66 | 69.49 | 89.57 | - |
| YUV | 212.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 236 | 0.24 | 0.05 | 0 | 0.07 | 191.58 | 0.6 | 0.81 |
| Hex | B3 | E1 | EC | 18 | 5 | 0 | 7 | C0 | 3C | 51 |
| Octal | 263 | 341 | 354 | 30 | 5 | 0 | 7 | 300 | 74 | 121 |
| Binary | 10110011 | 11100001 | 11101100 | 11000 | 101 | 0 | 111 | 11000000 | 111100 | 1010001 |
Color Harmonies of #B3E1EC
Complementary color
Monochromatic Colors of #B3E1EC
Black with #B3E1EC
Text Example
Text Example
White with #B3E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1EC; }
p { color: rgb(179,225,236); }
H1.HeaderClassName
{
color: #B3E1EC;
}
.AnyTagClassName
{
color: #B3E1EC;
}
</style>
background-color css
<style>
a { background-color: #B3E1EC; }
a { background-color: rgb(179,225,236); }
div.DivClassName
{
background-color: #B3E1EC;
}
.BgClassName
{
background-color: #B3E1EC;
}
</style>
border-color css
<style>
span { border-color: #B3E1EC; }
span { border-color: rgb(179,225,236); }
td.TdClassName
{
border-color: #B3E1EC;
}
.TagClassName
{
border-color: #B3E1EC;
}
</style>