Shades of Powder Blue #B5E7ED
Tints of Powder Blue #B5E7ED
RGB
CMYK
RGB Variations
Color information
#B5E7ED (or 0xB5E7ED) is known color: Powder Blue. HEX triplet: B5, E7 and ED. RGB value is (181,231,237). Sum of RGB (Red+Green+Blue) = 181+231+237=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E7ED is #4A1812. Grayscale: #D8D8D8. Windows color (decimal): -4855827 or 15591349. OLE color: 15591349.
HSL color Cylindrical-coordinate representation of color #B5E7ED: hue angle of 186.43º degrees, saturation: 0.61, 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 #B5E7ED is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 231 | 237 | - |
CMYK | 0.24 | 0.03 | 0 | 0.07 |
HSL | 186.43º | 0.61% | 0.82% | - |
HSV(B) | 186.43º | 0.24% | 0.93% | - |
XYZ | 62.92 | 73.09 | 90.91 | - |
YUV | 216.73 | 139.44 | 102.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 237 | 0.24 | 0.03 | 0 | 0.07 | 186.43 | 0.61 | 0.82 |
Hex | B5 | E7 | ED | 18 | 3 | 0 | 7 | BA | 3D | 52 |
Octal | 265 | 347 | 355 | 30 | 3 | 0 | 7 | 272 | 75 | 122 |
Binary | 10110101 | 11100111 | 11101101 | 11000 | 11 | 0 | 111 | 10111010 | 111101 | 1010010 |
Color Harmonies of #B5E7ED
Complementary color
Monochromatic Colors of #B5E7ED
Black with #B5E7ED
Text Example
Text Example
White with #B5E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7ED; }
p { color: rgb(181,231,237); }
H1.HeaderClassName
{
color: #B5E7ED;
}
.AnyTagClassName
{
color: #B5E7ED;
}
</style>
background-color css
<style>
a { background-color: #B5E7ED; }
a { background-color: rgb(181,231,237); }
div.DivClassName
{
background-color: #B5E7ED;
}
.BgClassName
{
background-color: #B5E7ED;
}
</style>
border-color css
<style>
span { border-color: #B5E7ED; }
span { border-color: rgb(181,231,237); }
td.TdClassName
{
border-color: #B5E7ED;
}
.TagClassName
{
border-color: #B5E7ED;
}
</style>