Shades of Powder Blue #B3DBDD
Tints of Powder Blue #B3DBDD
RGB
CMYK
RGB Variations
Color information
#B3DBDD (or 0xB3DBDD) is known color: Powder Blue. HEX triplet: B3, DB and DD. RGB value is (179,219,221). Sum of RGB (Red+Green+Blue) = 179+219+221=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDD is #4C2422. Grayscale: #CFCFCF. Windows color (decimal): -4989987 or 14539699. OLE color: 14539699.
HSL color Cylindrical-coordinate representation of color #B3DBDD: hue angle of 182.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DBDD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 219 | 221 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.13 |
| HSL | 182.86º | 0.38% | 0.78% | - |
| HSV(B) | 182.86º | 0.19% | 0.87% | - |
| XYZ | 56.97 | 65.47 | 78.04 | - |
| YUV | 207.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 221 | 0.19 | 0.01 | 0 | 0.13 | 182.86 | 0.38 | 0.78 |
| Hex | B3 | DB | DD | 13 | 1 | 0 | D | B7 | 26 | 4E |
| Octal | 263 | 333 | 335 | 23 | 1 | 0 | 15 | 267 | 46 | 116 |
| Binary | 10110011 | 11011011 | 11011101 | 10011 | 1 | 0 | 1101 | 10110111 | 100110 | 1001110 |
Color Harmonies of #B3DBDD
Complementary color
Monochromatic Colors of #B3DBDD
Black with #B3DBDD
Text Example
Text Example
White with #B3DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBDD; }
p { color: rgb(179,219,221); }
H1.HeaderClassName
{
color: #B3DBDD;
}
.AnyTagClassName
{
color: #B3DBDD;
}
</style>
background-color css
<style>
a { background-color: #B3DBDD; }
a { background-color: rgb(179,219,221); }
div.DivClassName
{
background-color: #B3DBDD;
}
.BgClassName
{
background-color: #B3DBDD;
}
</style>
border-color css
<style>
span { border-color: #B3DBDD; }
span { border-color: rgb(179,219,221); }
td.TdClassName
{
border-color: #B3DBDD;
}
.TagClassName
{
border-color: #B3DBDD;
}
</style>