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