Shades of Powder Blue #B3DBDC
Tints of Powder Blue #B3DBDC
RGB
CMYK
RGB Variations
Color information
#B3DBDC (or 0xB3DBDC) is known color: Powder Blue. HEX triplet: B3, DB and DC. RGB value is (179,219,220). Sum of RGB (Red+Green+Blue) = 179+219+220=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDC is #4C2423. Grayscale: #CFCFCF. Windows color (decimal): -4989988 or 14474163. OLE color: 14474163.
HSL color Cylindrical-coordinate representation of color #B3DBDC: hue angle of 181.46º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DBDC is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 220 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.14 |
| HSL | 181.46º | 0.37% | 0.78% | - |
| HSV(B) | 181.46º | 0.19% | 0.86% | - |
| XYZ | 56.84 | 65.41 | 77.34 | - |
| YUV | 207.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 220 | 0.19 | 0.00 | 0 | 0.14 | 181.46 | 0.37 | 0.78 |
| Hex | B3 | DB | DC | 13 | 0 | 0 | E | B5 | 25 | 4E |
| Octal | 263 | 333 | 334 | 23 | 0 | 0 | 16 | 265 | 45 | 116 |
| Binary | 10110011 | 11011011 | 11011100 | 10011 | 0 | 0 | 1110 | 10110101 | 100101 | 1001110 |
Color Harmonies of #B3DBDC
Complementary color
Monochromatic Colors of #B3DBDC
Black with #B3DBDC
Text Example
Text Example
White with #B3DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBDC; }
p { color: rgb(179,219,220); }
H1.HeaderClassName
{
color: #B3DBDC;
}
.AnyTagClassName
{
color: #B3DBDC;
}
</style>
background-color css
<style>
a { background-color: #B3DBDC; }
a { background-color: rgb(179,219,220); }
div.DivClassName
{
background-color: #B3DBDC;
}
.BgClassName
{
background-color: #B3DBDC;
}
</style>
border-color css
<style>
span { border-color: #B3DBDC; }
span { border-color: rgb(179,219,220); }
td.TdClassName
{
border-color: #B3DBDC;
}
.TagClassName
{
border-color: #B3DBDC;
}
</style>