Shades of Powder Blue #AADADB
Tints of Powder Blue #AADADB
RGB
CMYK
RGB Variations
Color information
#AADADB (or 0xAADADB) is known color: Powder Blue. HEX triplet: AA, DA and DB. RGB value is (170,218,219). Sum of RGB (Red+Green+Blue) = 170+218+219=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AADADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADB is #552524. Grayscale: #CBCBCB. Windows color (decimal): -5580069 or 14408362. OLE color: 14408362.
HSL color Cylindrical-coordinate representation of color #AADADB: hue angle of 181.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADADB is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 218 | 219 | - |
CMYK | 0.22 | 0.00 | 0 | 0.14 |
HSL | 181.22º | 0.4% | 0.76% | - |
HSV(B) | 181.22º | 0.22% | 0.86% | - |
XYZ | 54.44 | 63.8 | 76.46 | - |
YUV | 203.76 | 136.6 | 103.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 218 | 219 | 0.22 | 0.00 | 0 | 0.14 | 181.22 | 0.4 | 0.76 |
Hex | AA | DA | DB | 16 | 0 | 0 | E | B5 | 28 | 4C |
Octal | 252 | 332 | 333 | 26 | 0 | 0 | 16 | 265 | 50 | 114 |
Binary | 10101010 | 11011010 | 11011011 | 10110 | 0 | 0 | 1110 | 10110101 | 101000 | 1001100 |
Color Harmonies of #AADADB
Complementary color
Monochromatic Colors of #AADADB
Black with #AADADB
Text Example
Text Example
White with #AADADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADADB; }
p { color: rgb(170,218,219); }
H1.HeaderClassName
{
color: #AADADB;
}
.AnyTagClassName
{
color: #AADADB;
}
</style>
background-color css
<style>
a { background-color: #AADADB; }
a { background-color: rgb(170,218,219); }
div.DivClassName
{
background-color: #AADADB;
}
.BgClassName
{
background-color: #AADADB;
}
</style>
border-color css
<style>
span { border-color: #AADADB; }
span { border-color: rgb(170,218,219); }
td.TdClassName
{
border-color: #AADADB;
}
.TagClassName
{
border-color: #AADADB;
}
</style>