Shades of Powder Blue #B3DADD
Tints of Powder Blue #B3DADD
RGB
CMYK
RGB Variations
Color information
#B3DADD (or 0xB3DADD) is known color: Powder Blue. HEX triplet: B3, DA and DD. RGB value is (179,218,221). Sum of RGB (Red+Green+Blue) = 179+218+221=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DADD is #4C2522. Grayscale: #CECECE. Windows color (decimal): -4990243 or 14539443. OLE color: 14539443.
HSL color Cylindrical-coordinate representation of color #B3DADD: hue angle of 184.29º 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 #B3DADD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 218 | 221 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.13 |
| HSL | 184.29º | 0.38% | 0.78% | - |
| HSV(B) | 184.29º | 0.19% | 0.87% | - |
| XYZ | 56.71 | 64.95 | 77.95 | - |
| YUV | 206.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 221 | 0.19 | 0.01 | 0 | 0.13 | 184.29 | 0.38 | 0.78 |
| Hex | B3 | DA | DD | 13 | 1 | 0 | D | B8 | 26 | 4E |
| Octal | 263 | 332 | 335 | 23 | 1 | 0 | 15 | 270 | 46 | 116 |
| Binary | 10110011 | 11011010 | 11011101 | 10011 | 1 | 0 | 1101 | 10111000 | 100110 | 1001110 |
Color Harmonies of #B3DADD
Complementary color
Monochromatic Colors of #B3DADD
Black with #B3DADD
Text Example
Text Example
White with #B3DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DADD; }
p { color: rgb(179,218,221); }
H1.HeaderClassName
{
color: #B3DADD;
}
.AnyTagClassName
{
color: #B3DADD;
}
</style>
background-color css
<style>
a { background-color: #B3DADD; }
a { background-color: rgb(179,218,221); }
div.DivClassName
{
background-color: #B3DADD;
}
.BgClassName
{
background-color: #B3DADD;
}
</style>
border-color css
<style>
span { border-color: #B3DADD; }
span { border-color: rgb(179,218,221); }
td.TdClassName
{
border-color: #B3DADD;
}
.TagClassName
{
border-color: #B3DADD;
}
</style>