Shades of Powder Blue #B5E2EF
Tints of Powder Blue #B5E2EF
RGB
CMYK
RGB Variations
Color information
#B5E2EF (or 0xB5E2EF) is known color: Powder Blue. HEX triplet: B5, E2 and EF. RGB value is (181,226,239). Sum of RGB (Red+Green+Blue) = 181+226+239=646 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.02% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E2EF is #4A1D10. Grayscale: #D5D5D5. Windows color (decimal): -4857105 or 15721141. OLE color: 15721141.
HSL color Cylindrical-coordinate representation of color #B5E2EF: hue angle of 193.45º 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 #B5E2EF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 226 | 239 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.06 |
| HSL | 193.45º | 0.64% | 0.82% | - |
| HSV(B) | 193.45º | 0.24% | 0.94% | - |
| XYZ | 61.83 | 70.45 | 92 | - |
| YUV | 214.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 226 | 239 | 0.24 | 0.05 | 0 | 0.06 | 193.45 | 0.64 | 0.82 |
| Hex | B5 | E2 | EF | 18 | 5 | 0 | 6 | C1 | 40 | 52 |
| Octal | 265 | 342 | 357 | 30 | 5 | 0 | 6 | 301 | 100 | 122 |
| Binary | 10110101 | 11100010 | 11101111 | 11000 | 101 | 0 | 110 | 11000001 | 1000000 | 1010010 |
Color Harmonies of #B5E2EF
Complementary color
Monochromatic Colors of #B5E2EF
Black with #B5E2EF
Text Example
Text Example
White with #B5E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E2EF; }
p { color: rgb(181,226,239); }
H1.HeaderClassName
{
color: #B5E2EF;
}
.AnyTagClassName
{
color: #B5E2EF;
}
</style>
background-color css
<style>
a { background-color: #B5E2EF; }
a { background-color: rgb(181,226,239); }
div.DivClassName
{
background-color: #B5E2EF;
}
.BgClassName
{
background-color: #B5E2EF;
}
</style>
border-color css
<style>
span { border-color: #B5E2EF; }
span { border-color: rgb(181,226,239); }
td.TdClassName
{
border-color: #B5E2EF;
}
.TagClassName
{
border-color: #B5E2EF;
}
</style>