Shades of Powder Blue #B5E7EC
Tints of Powder Blue #B5E7EC
RGB
CMYK
RGB Variations
Color information
#B5E7EC (or 0xB5E7EC) is known color: Powder Blue. HEX triplet: B5, E7 and EC. RGB value is (181,231,236). Sum of RGB (Red+Green+Blue) = 181+231+236=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E7EC is #4A1813. Grayscale: #D8D8D8. Windows color (decimal): -4855828 or 15525813. OLE color: 15525813.
HSL color Cylindrical-coordinate representation of color #B5E7EC: hue angle of 185.45º 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 #B5E7EC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 231 | 236 | - |
CMYK | 0.23 | 0.02 | 0 | 0.07 |
HSL | 185.45º | 0.59% | 0.82% | - |
HSV(B) | 185.45º | 0.23% | 0.93% | - |
XYZ | 62.77 | 73.03 | 90.14 | - |
YUV | 216.62 | 138.94 | 102.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 236 | 0.23 | 0.02 | 0 | 0.07 | 185.45 | 0.59 | 0.82 |
Hex | B5 | E7 | EC | 17 | 2 | 0 | 7 | B9 | 3B | 52 |
Octal | 265 | 347 | 354 | 27 | 2 | 0 | 7 | 271 | 73 | 122 |
Binary | 10110101 | 11100111 | 11101100 | 10111 | 10 | 0 | 111 | 10111001 | 111011 | 1010010 |
Color Harmonies of #B5E7EC
Complementary color
Monochromatic Colors of #B5E7EC
Black with #B5E7EC
Text Example
Text Example
White with #B5E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7EC; }
p { color: rgb(181,231,236); }
H1.HeaderClassName
{
color: #B5E7EC;
}
.AnyTagClassName
{
color: #B5E7EC;
}
</style>
background-color css
<style>
a { background-color: #B5E7EC; }
a { background-color: rgb(181,231,236); }
div.DivClassName
{
background-color: #B5E7EC;
}
.BgClassName
{
background-color: #B5E7EC;
}
</style>
border-color css
<style>
span { border-color: #B5E7EC; }
span { border-color: rgb(181,231,236); }
td.TdClassName
{
border-color: #B5E7EC;
}
.TagClassName
{
border-color: #B5E7EC;
}
</style>