Shades of Powder Blue #B5E0EC
Tints of Powder Blue #B5E0EC
RGB
CMYK
RGB Variations
Color information
#B5E0EC (or 0xB5E0EC) is known color: Powder Blue. HEX triplet: B5, E0 and EC. RGB value is (181,224,236). Sum of RGB (Red+Green+Blue) = 181+224+236=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E0EC is #4A1F13. Grayscale: #D4D4D4. Windows color (decimal): -4857620 or 15524021. OLE color: 15524021.
HSL color Cylindrical-coordinate representation of color #B5E0EC: hue angle of 193.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E0EC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 224 | 236 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.07 |
| HSL | 193.09º | 0.59% | 0.82% | - |
| HSV(B) | 193.09º | 0.23% | 0.93% | - |
| XYZ | 60.85 | 69.19 | 89.5 | - |
| YUV | 212.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 236 | 0.23 | 0.05 | 0 | 0.07 | 193.09 | 0.59 | 0.82 |
| Hex | B5 | E0 | EC | 17 | 5 | 0 | 7 | C1 | 3B | 52 |
| Octal | 265 | 340 | 354 | 27 | 5 | 0 | 7 | 301 | 73 | 122 |
| Binary | 10110101 | 11100000 | 11101100 | 10111 | 101 | 0 | 111 | 11000001 | 111011 | 1010010 |
Color Harmonies of #B5E0EC
Complementary color
Monochromatic Colors of #B5E0EC
Black with #B5E0EC
Text Example
Text Example
White with #B5E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0EC; }
p { color: rgb(181,224,236); }
H1.HeaderClassName
{
color: #B5E0EC;
}
.AnyTagClassName
{
color: #B5E0EC;
}
</style>
background-color css
<style>
a { background-color: #B5E0EC; }
a { background-color: rgb(181,224,236); }
div.DivClassName
{
background-color: #B5E0EC;
}
.BgClassName
{
background-color: #B5E0EC;
}
</style>
border-color css
<style>
span { border-color: #B5E0EC; }
span { border-color: rgb(181,224,236); }
td.TdClassName
{
border-color: #B5E0EC;
}
.TagClassName
{
border-color: #B5E0EC;
}
</style>