Shades of Powder Blue #B5DBDF
Tints of Powder Blue #B5DBDF
RGB
CMYK
RGB Variations
Color information
#B5DBDF (or 0xB5DBDF) is known color: Powder Blue. HEX triplet: B5, DB and DF. RGB value is (181,219,223). Sum of RGB (Red+Green+Blue) = 181+219+223=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDF is #4A2420. Grayscale: #D0D0D0. Windows color (decimal): -4858913 or 14670773. OLE color: 14670773.
HSL color Cylindrical-coordinate representation of color #B5DBDF: hue angle of 185.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DBDF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 219 | 223 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.13 |
| HSL | 185.71º | 0.4% | 0.79% | - |
| HSV(B) | 185.71º | 0.19% | 0.87% | - |
| XYZ | 57.71 | 65.81 | 79.47 | - |
| YUV | 208.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 223 | 0.19 | 0.02 | 0 | 0.13 | 185.71 | 0.4 | 0.79 |
| Hex | B5 | DB | DF | 13 | 2 | 0 | D | BA | 28 | 4F |
| Octal | 265 | 333 | 337 | 23 | 2 | 0 | 15 | 272 | 50 | 117 |
| Binary | 10110101 | 11011011 | 11011111 | 10011 | 10 | 0 | 1101 | 10111010 | 101000 | 1001111 |
Color Harmonies of #B5DBDF
Complementary color
Monochromatic Colors of #B5DBDF
Black with #B5DBDF
Text Example
Text Example
White with #B5DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBDF; }
p { color: rgb(181,219,223); }
H1.HeaderClassName
{
color: #B5DBDF;
}
.AnyTagClassName
{
color: #B5DBDF;
}
</style>
background-color css
<style>
a { background-color: #B5DBDF; }
a { background-color: rgb(181,219,223); }
div.DivClassName
{
background-color: #B5DBDF;
}
.BgClassName
{
background-color: #B5DBDF;
}
</style>
border-color css
<style>
span { border-color: #B5DBDF; }
span { border-color: rgb(181,219,223); }
td.TdClassName
{
border-color: #B5DBDF;
}
.TagClassName
{
border-color: #B5DBDF;
}
</style>