Shades of Powder Blue #B5E6EC
Tints of Powder Blue #B5E6EC
RGB
CMYK
RGB Variations
Color information
#B5E6EC (or 0xB5E6EC) is known color: Powder Blue. HEX triplet: B5, E6 and EC. RGB value is (181,230,236). Sum of RGB (Red+Green+Blue) = 181+230+236=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5E6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E6EC is #4A1913. Grayscale: #D7D7D7. Windows color (decimal): -4856084 or 15525557. OLE color: 15525557.
HSL color Cylindrical-coordinate representation of color #B5E6EC: hue angle of 186.55º 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 #B5E6EC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 230 | 236 | - |
CMYK | 0.23 | 0.03 | 0 | 0.07 |
HSL | 186.55º | 0.59% | 0.82% | - |
HSV(B) | 186.55º | 0.23% | 0.93% | - |
XYZ | 62.49 | 72.47 | 90.05 | - |
YUV | 216.03 | 139.27 | 103.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 230 | 236 | 0.23 | 0.03 | 0 | 0.07 | 186.55 | 0.59 | 0.82 |
Hex | B5 | E6 | EC | 17 | 3 | 0 | 7 | BB | 3B | 52 |
Octal | 265 | 346 | 354 | 27 | 3 | 0 | 7 | 273 | 73 | 122 |
Binary | 10110101 | 11100110 | 11101100 | 10111 | 11 | 0 | 111 | 10111011 | 111011 | 1010010 |
Color Harmonies of #B5E6EC
Complementary color
Monochromatic Colors of #B5E6EC
Black with #B5E6EC
Text Example
Text Example
White with #B5E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6EC; }
p { color: rgb(181,230,236); }
H1.HeaderClassName
{
color: #B5E6EC;
}
.AnyTagClassName
{
color: #B5E6EC;
}
</style>
background-color css
<style>
a { background-color: #B5E6EC; }
a { background-color: rgb(181,230,236); }
div.DivClassName
{
background-color: #B5E6EC;
}
.BgClassName
{
background-color: #B5E6EC;
}
</style>
border-color css
<style>
span { border-color: #B5E6EC; }
span { border-color: rgb(181,230,236); }
td.TdClassName
{
border-color: #B5E6EC;
}
.TagClassName
{
border-color: #B5E6EC;
}
</style>