Shades of Powder Blue #B5E5EF
Tints of Powder Blue #B5E5EF
RGB
CMYK
RGB Variations
Color information
#B5E5EF (or 0xB5E5EF) is known color: Powder Blue. HEX triplet: B5, E5 and EF. RGB value is (181,229,239). Sum of RGB (Red+Green+Blue) = 181+229+239=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E5EF is #4A1A10. Grayscale: #D7D7D7. Windows color (decimal): -4856337 or 15721909. OLE color: 15721909.
HSL color Cylindrical-coordinate representation of color #B5E5EF: hue angle of 190.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E5EF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 229 | 239 | - |
CMYK | 0.24 | 0.04 | 0 | 0.06 |
HSL | 190.34º | 0.64% | 0.82% | - |
HSV(B) | 190.34º | 0.24% | 0.94% | - |
XYZ | 62.66 | 72.09 | 92.27 | - |
YUV | 215.79 | 141.1 | 103.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 229 | 239 | 0.24 | 0.04 | 0 | 0.06 | 190.34 | 0.64 | 0.82 |
Hex | B5 | E5 | EF | 18 | 4 | 0 | 6 | BE | 40 | 52 |
Octal | 265 | 345 | 357 | 30 | 4 | 0 | 6 | 276 | 100 | 122 |
Binary | 10110101 | 11100101 | 11101111 | 11000 | 100 | 0 | 110 | 10111110 | 1000000 | 1010010 |
Color Harmonies of #B5E5EF
Complementary color
Monochromatic Colors of #B5E5EF
Black with #B5E5EF
Text Example
Text Example
White with #B5E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E5EF; }
p { color: rgb(181,229,239); }
H1.HeaderClassName
{
color: #B5E5EF;
}
.AnyTagClassName
{
color: #B5E5EF;
}
</style>
background-color css
<style>
a { background-color: #B5E5EF; }
a { background-color: rgb(181,229,239); }
div.DivClassName
{
background-color: #B5E5EF;
}
.BgClassName
{
background-color: #B5E5EF;
}
</style>
border-color css
<style>
span { border-color: #B5E5EF; }
span { border-color: rgb(181,229,239); }
td.TdClassName
{
border-color: #B5E5EF;
}
.TagClassName
{
border-color: #B5E5EF;
}
</style>