Shades of Powder Blue #B5E8EF
Tints of Powder Blue #B5E8EF
RGB
CMYK
RGB Variations
Color information
#B5E8EF (or 0xB5E8EF) is known color: Powder Blue. HEX triplet: B5, E8 and EF. RGB value is (181,232,239). Sum of RGB (Red+Green+Blue) = 181+232+239=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E8EF is #4A1710. Grayscale: #D9D9D9. Windows color (decimal): -4855569 or 15722677. OLE color: 15722677.
HSL color Cylindrical-coordinate representation of color #B5E8EF: hue angle of 187.24º 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 #B5E8EF is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 232 | 239 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.06 |
| HSL | 187.24º | 0.64% | 0.82% | - |
| HSV(B) | 187.24º | 0.24% | 0.94% | - |
| XYZ | 63.49 | 73.77 | 92.55 | - |
| YUV | 217.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 239 | 0.24 | 0.03 | 0 | 0.06 | 187.24 | 0.64 | 0.82 |
| Hex | B5 | E8 | EF | 18 | 3 | 0 | 6 | BB | 40 | 52 |
| Octal | 265 | 350 | 357 | 30 | 3 | 0 | 6 | 273 | 100 | 122 |
| Binary | 10110101 | 11101000 | 11101111 | 11000 | 11 | 0 | 110 | 10111011 | 1000000 | 1010010 |
Color Harmonies of #B5E8EF
Complementary color
Monochromatic Colors of #B5E8EF
Black with #B5E8EF
Text Example
Text Example
White with #B5E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8EF; }
p { color: rgb(181,232,239); }
H1.HeaderClassName
{
color: #B5E8EF;
}
.AnyTagClassName
{
color: #B5E8EF;
}
</style>
background-color css
<style>
a { background-color: #B5E8EF; }
a { background-color: rgb(181,232,239); }
div.DivClassName
{
background-color: #B5E8EF;
}
.BgClassName
{
background-color: #B5E8EF;
}
</style>
border-color css
<style>
span { border-color: #B5E8EF; }
span { border-color: rgb(181,232,239); }
td.TdClassName
{
border-color: #B5E8EF;
}
.TagClassName
{
border-color: #B5E8EF;
}
</style>