Shades of Powder Blue #B5E0DF
Tints of Powder Blue #B5E0DF
RGB
CMYK
RGB Variations
Color information
#B5E0DF (or 0xB5E0DF) is known color: Powder Blue. HEX triplet: B5, E0 and DF. RGB value is (181,224,223). Sum of RGB (Red+Green+Blue) = 181+224+223=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0DF is #4A1F20. Grayscale: #D2D2D2. Windows color (decimal): -4857633 or 14672053. OLE color: 14672053.
HSL color Cylindrical-coordinate representation of color #B5E0DF: hue angle of 178.6º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0DF is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 223 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.12 |
| HSL | 178.6º | 0.41% | 0.79% | - |
| HSV(B) | 178.6º | 0.19% | 0.88% | - |
| XYZ | 59.03 | 68.46 | 79.92 | - |
| YUV | 211.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 223 | 0.19 | 0 | 0.00 | 0.12 | 178.6 | 0.41 | 0.79 |
| Hex | B5 | E0 | DF | 13 | 0 | 0 | C | B3 | 29 | 4F |
| Octal | 265 | 340 | 337 | 23 | 0 | 0 | 14 | 263 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11011111 | 10011 | 0 | 0 | 1100 | 10110011 | 101001 | 1001111 |
Color Harmonies of #B5E0DF
Complementary color
Monochromatic Colors of #B5E0DF
Black with #B5E0DF
Text Example
Text Example
White with #B5E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0DF; }
p { color: rgb(181,224,223); }
H1.HeaderClassName
{
color: #B5E0DF;
}
.AnyTagClassName
{
color: #B5E0DF;
}
</style>
background-color css
<style>
a { background-color: #B5E0DF; }
a { background-color: rgb(181,224,223); }
div.DivClassName
{
background-color: #B5E0DF;
}
.BgClassName
{
background-color: #B5E0DF;
}
</style>
border-color css
<style>
span { border-color: #B5E0DF; }
span { border-color: rgb(181,224,223); }
td.TdClassName
{
border-color: #B5E0DF;
}
.TagClassName
{
border-color: #B5E0DF;
}
</style>