#AADEE1

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

Shades of Powder Blue #AADEE1

Tints of Powder Blue #AADEE1

Color information

#AADEE1 (or 0xAADEE1) is unknown color: approx Powder Blue. HEX triplet: AA, DE and E1. RGB value is (170,222,225). Sum of RGB (Red+Green+Blue) = 170+222+225=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE1 is #55211E. Grayscale: #CECECE. Windows color (decimal): -5579039 or 14802602. OLE color: 14802602.

HSL color Cylindrical-coordinate representation of color #AADEE1: hue angle of 183.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADEE1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170222225-
CMYK0.240.0100.12
HSL183.27º47.83%77.45%-
HSV(B)183.27º24.44%88.24%-
XYZ56.2966.2281.05-
YUV206.79138.27101.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=27.55%
G=35.98%
B=36.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702222250.240.0100.12183.2747.8377.45
HexAADEE11810Cb7304d
Octal25233634130101426760115
Binary10101010110111101110000111000101100101101111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEE1; }

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

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

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

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

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

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

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

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