Shades of Powder Blue #B7DBDF
Tints of Powder Blue #B7DBDF
RGB
CMYK
RGB Variations
Color information
#B7DBDF (or 0xB7DBDF) is known color: Powder Blue. HEX triplet: B7, DB and DF. RGB value is (183,219,223). Sum of RGB (Red+Green+Blue) = 183+219+223=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDF is #482420. Grayscale: #D0D0D0. Windows color (decimal): -4727841 or 14670775. OLE color: 14670775.
HSL color Cylindrical-coordinate representation of color #B7DBDF: hue angle of 186º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DBDF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 219 | 223 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.13 |
| HSL | 186º | 0.38% | 0.8% | - |
| HSV(B) | 186º | 0.18% | 0.87% | - |
| XYZ | 58.18 | 66.06 | 79.5 | - |
| YUV | 208.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 223 | 0.18 | 0.02 | 0 | 0.13 | 186 | 0.38 | 0.8 |
| Hex | B7 | DB | DF | 12 | 2 | 0 | D | BA | 26 | 50 |
| Octal | 267 | 333 | 337 | 22 | 2 | 0 | 15 | 272 | 46 | 120 |
| Binary | 10110111 | 11011011 | 11011111 | 10010 | 10 | 0 | 1101 | 10111010 | 100110 | 1010000 |
Color Harmonies of #B7DBDF
Complementary color
Monochromatic Colors of #B7DBDF
Black with #B7DBDF
Text Example
Text Example
White with #B7DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBDF; }
p { color: rgb(183,219,223); }
H1.HeaderClassName
{
color: #B7DBDF;
}
.AnyTagClassName
{
color: #B7DBDF;
}
</style>
background-color css
<style>
a { background-color: #B7DBDF; }
a { background-color: rgb(183,219,223); }
div.DivClassName
{
background-color: #B7DBDF;
}
.BgClassName
{
background-color: #B7DBDF;
}
</style>
border-color css
<style>
span { border-color: #B7DBDF; }
span { border-color: rgb(183,219,223); }
td.TdClassName
{
border-color: #B7DBDF;
}
.TagClassName
{
border-color: #B7DBDF;
}
</style>