Shades of Powder Blue #B3DDDD
Tints of Powder Blue #B3DDDD
RGB
CMYK
RGB Variations
Color information
#B3DDDD (or 0xB3DDDD) is known color: Powder Blue. HEX triplet: B3, DD and DD. RGB value is (179,221,221). Sum of RGB (Red+Green+Blue) = 179+221+221=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #B3DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDDD is #4C2222. Grayscale: #D0D0D0. Windows color (decimal): -4989475 or 14540211. OLE color: 14540211.
HSL color Cylindrical-coordinate representation of color #B3DDDD: hue angle of 180º 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 #B3DDDD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 221 | - |
| CMYK | 0.19 | 0 | 0 | 0.13 |
| HSL | 180º | 0.38% | 0.78% | - |
| HSV(B) | 180º | 0.19% | 0.87% | - |
| XYZ | 57.5 | 66.52 | 78.22 | - |
| YUV | 208.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 221 | 0.19 | 0 | 0 | 0.13 | 180 | 0.38 | 0.78 |
| Hex | B3 | DD | DD | 13 | 0 | 0 | D | B4 | 26 | 4E |
| Octal | 263 | 335 | 335 | 23 | 0 | 0 | 15 | 264 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11011101 | 10011 | 0 | 0 | 1101 | 10110100 | 100110 | 1001110 |
Color Harmonies of #B3DDDD
Complementary color
Monochromatic Colors of #B3DDDD
Black with #B3DDDD
Text Example
Text Example
White with #B3DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDDD; }
p { color: rgb(179,221,221); }
H1.HeaderClassName
{
color: #B3DDDD;
}
.AnyTagClassName
{
color: #B3DDDD;
}
</style>
background-color css
<style>
a { background-color: #B3DDDD; }
a { background-color: rgb(179,221,221); }
div.DivClassName
{
background-color: #B3DDDD;
}
.BgClassName
{
background-color: #B3DDDD;
}
</style>
border-color css
<style>
span { border-color: #B3DDDD; }
span { border-color: rgb(179,221,221); }
td.TdClassName
{
border-color: #B3DDDD;
}
.TagClassName
{
border-color: #B3DDDD;
}
</style>