Shades of Powder Blue #B5E3EF
Tints of Powder Blue #B5E3EF
RGB
CMYK
RGB Variations
Color information
#B5E3EF (or 0xB5E3EF) is known color: Powder Blue. HEX triplet: B5, E3 and EF. RGB value is (181,227,239). Sum of RGB (Red+Green+Blue) = 181+227+239=647 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.98% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5E3EF is #4A1C10. Grayscale: #D6D6D6. Windows color (decimal): -4856849 or 15721397. OLE color: 15721397.
HSL color Cylindrical-coordinate representation of color #B5E3EF: hue angle of 192.41º 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 #B5E3EF is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 227 | 239 | - |
CMYK | 0.24 | 0.05 | 0 | 0.06 |
HSL | 192.41º | 0.64% | 0.82% | - |
HSV(B) | 192.41º | 0.24% | 0.94% | - |
XYZ | 62.11 | 70.99 | 92.09 | - |
YUV | 214.61 | 141.76 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 227 | 239 | 0.24 | 0.05 | 0 | 0.06 | 192.41 | 0.64 | 0.82 |
Hex | B5 | E3 | EF | 18 | 5 | 0 | 6 | C0 | 40 | 52 |
Octal | 265 | 343 | 357 | 30 | 5 | 0 | 6 | 300 | 100 | 122 |
Binary | 10110101 | 11100011 | 11101111 | 11000 | 101 | 0 | 110 | 11000000 | 1000000 | 1010010 |
Color Harmonies of #B5E3EF
Complementary color
Monochromatic Colors of #B5E3EF
Black with #B5E3EF
Text Example
Text Example
White with #B5E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E3EF; }
p { color: rgb(181,227,239); }
H1.HeaderClassName
{
color: #B5E3EF;
}
.AnyTagClassName
{
color: #B5E3EF;
}
</style>
background-color css
<style>
a { background-color: #B5E3EF; }
a { background-color: rgb(181,227,239); }
div.DivClassName
{
background-color: #B5E3EF;
}
.BgClassName
{
background-color: #B5E3EF;
}
</style>
border-color css
<style>
span { border-color: #B5E3EF; }
span { border-color: rgb(181,227,239); }
td.TdClassName
{
border-color: #B5E3EF;
}
.TagClassName
{
border-color: #B5E3EF;
}
</style>