Shades of Powder Blue #AADADC
Tints of Powder Blue #AADADC
RGB
CMYK
RGB Variations
Color information
#AADADC (or 0xAADADC) is known color: Powder Blue. HEX triplet: AA, DA and DC. RGB value is (170,218,220). Sum of RGB (Red+Green+Blue) = 170+218+220=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #AADADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADC is #552523. Grayscale: #CBCBCB. Windows color (decimal): -5580068 or 14473898. OLE color: 14473898.
HSL color Cylindrical-coordinate representation of color #AADADC: hue angle of 182.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADADC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 218 | 220 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.14 |
| HSL | 182.4º | 0.42% | 0.76% | - |
| HSV(B) | 182.4º | 0.23% | 0.86% | - |
| XYZ | 54.57 | 63.86 | 77.16 | - |
| YUV | 203.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 220 | 0.23 | 0.01 | 0 | 0.14 | 182.4 | 0.42 | 0.76 |
| Hex | AA | DA | DC | 17 | 1 | 0 | E | B6 | 2A | 4C |
| Octal | 252 | 332 | 334 | 27 | 1 | 0 | 16 | 266 | 52 | 114 |
| Binary | 10101010 | 11011010 | 11011100 | 10111 | 1 | 0 | 1110 | 10110110 | 101010 | 1001100 |
Color Harmonies of #AADADC
Complementary color
Monochromatic Colors of #AADADC
Black with #AADADC
Text Example
Text Example
White with #AADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADADC; }
p { color: rgb(170,218,220); }
H1.HeaderClassName
{
color: #AADADC;
}
.AnyTagClassName
{
color: #AADADC;
}
</style>
background-color css
<style>
a { background-color: #AADADC; }
a { background-color: rgb(170,218,220); }
div.DivClassName
{
background-color: #AADADC;
}
.BgClassName
{
background-color: #AADADC;
}
</style>
border-color css
<style>
span { border-color: #AADADC; }
span { border-color: rgb(170,218,220); }
td.TdClassName
{
border-color: #AADADC;
}
.TagClassName
{
border-color: #AADADC;
}
</style>