Shades of Powder Blue #B3DCDD
Tints of Powder Blue #B3DCDD
RGB
CMYK
RGB Variations
Color information
#B3DCDD (or 0xB3DCDD) is known color: Powder Blue. HEX triplet: B3, DC and DD. RGB value is (179,220,221). Sum of RGB (Red+Green+Blue) = 179+220+221=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDD is #4C2322. Grayscale: #CFCFCF. Windows color (decimal): -4989731 or 14539955. OLE color: 14539955.
HSL color Cylindrical-coordinate representation of color #B3DCDD: hue angle of 181.43º 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 #B3DCDD is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 220 | 221 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.13 |
| HSL | 181.43º | 0.38% | 0.78% | - |
| HSV(B) | 181.43º | 0.19% | 0.87% | - |
| XYZ | 57.23 | 65.99 | 78.13 | - |
| YUV | 207.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 221 | 0.19 | 0.00 | 0 | 0.13 | 181.43 | 0.38 | 0.78 |
| Hex | B3 | DC | DD | 13 | 0 | 0 | D | B5 | 26 | 4E |
| Octal | 263 | 334 | 335 | 23 | 0 | 0 | 15 | 265 | 46 | 116 |
| Binary | 10110011 | 11011100 | 11011101 | 10011 | 0 | 0 | 1101 | 10110101 | 100110 | 1001110 |
Color Harmonies of #B3DCDD
Complementary color
Monochromatic Colors of #B3DCDD
Black with #B3DCDD
Text Example
Text Example
White with #B3DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCDD; }
p { color: rgb(179,220,221); }
H1.HeaderClassName
{
color: #B3DCDD;
}
.AnyTagClassName
{
color: #B3DCDD;
}
</style>
background-color css
<style>
a { background-color: #B3DCDD; }
a { background-color: rgb(179,220,221); }
div.DivClassName
{
background-color: #B3DCDD;
}
.BgClassName
{
background-color: #B3DCDD;
}
</style>
border-color css
<style>
span { border-color: #B3DCDD; }
span { border-color: rgb(179,220,221); }
td.TdClassName
{
border-color: #B3DCDD;
}
.TagClassName
{
border-color: #B3DCDD;
}
</style>