Shades of Powder Blue #B7DBDB
Tints of Powder Blue #B7DBDB
RGB
CMYK
RGB Variations
Color information
#B7DBDB (or 0xB7DBDB) is known color: Powder Blue. HEX triplet: B7, DB and DB. RGB value is (183,219,219). Sum of RGB (Red+Green+Blue) = 183+219+219=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B7DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBDB is #482424. Grayscale: #D0D0D0. Windows color (decimal): -4727845 or 14408631. OLE color: 14408631.
HSL color Cylindrical-coordinate representation of color #B7DBDB: hue angle of 180º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBDB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 219 | 219 | - |
CMYK | 0.16 | 0 | 0 | 0.14 |
HSL | 180º | 0.33% | 0.79% | - |
HSV(B) | 180º | 0.16% | 0.86% | - |
XYZ | 57.65 | 65.84 | 76.69 | - |
YUV | 208.24 | 134.07 | 110 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 219 | 219 | 0.16 | 0 | 0 | 0.14 | 180 | 0.33 | 0.79 |
Hex | B7 | DB | DB | 10 | 0 | 0 | E | B4 | 21 | 4F |
Octal | 267 | 333 | 333 | 20 | 0 | 0 | 16 | 264 | 41 | 117 |
Binary | 10110111 | 11011011 | 11011011 | 10000 | 0 | 0 | 1110 | 10110100 | 100001 | 1001111 |
Color Harmonies of #B7DBDB
Complementary color
Monochromatic Colors of #B7DBDB
Black with #B7DBDB
Text Example
Text Example
White with #B7DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBDB; }
p { color: rgb(183,219,219); }
H1.HeaderClassName
{
color: #B7DBDB;
}
.AnyTagClassName
{
color: #B7DBDB;
}
</style>
background-color css
<style>
a { background-color: #B7DBDB; }
a { background-color: rgb(183,219,219); }
div.DivClassName
{
background-color: #B7DBDB;
}
.BgClassName
{
background-color: #B7DBDB;
}
</style>
border-color css
<style>
span { border-color: #B7DBDB; }
span { border-color: rgb(183,219,219); }
td.TdClassName
{
border-color: #B7DBDB;
}
.TagClassName
{
border-color: #B7DBDB;
}
</style>