#AADCDE

Color #AADCDE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AADCDE

Tints of Powder Blue #AADCDE

Color information

#AADCDE (or 0xAADCDE) is unknown color: approx Powder Blue. HEX triplet: AA, DC and DE. RGB value is (170,220,222). Sum of RGB (Red+Green+Blue) = 170+220+222=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDE is #552321. Grayscale: #CDCDCD. Windows color (decimal): -5579554 or 14605482. OLE color: 14605482.

HSL color Cylindrical-coordinate representation of color #AADCDE: hue angle of 182.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCDE is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170220222-
CMYK0.230.0100.13
HSL182.31º44.07%76.86%-
HSV(B)182.31º23.42%87.06%-
XYZ55.3665.0178.74-
YUV205.28137.44102.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=27.78%
G=35.95%
B=36.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702202220.230.0100.13182.3144.0776.86
HexAADCDE1710Db62c4d
Octal25233433627101526654115
Binary10101010110111001101111010111101101101101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCDE; }

 p { color: rgb(170,220,222); }

 H1.HeaderClassName
 {
   color: #AADCDE;
 }
 .AnyTagClassName
 {
   color: #AADCDE;
 }
</style>
background-color css

<style>
 a { background-color: #AADCDE; }

 a { background-color: rgb(170,220,222); }

 div.DivClassName
 {
   background-color: #AADCDE;
 }
 .BgClassName
 {
   background-color: #AADCDE;
 }
</style>
border-color css

<style>
 span { border-color: #AADCDE; }

 span { border-color: rgb(170,220,222); }

 td.TdClassName
 {
   border-color: #AADCDE;
 }
 .TagClassName
 {
   border-color: #AADCDE;
 }
</style>