#AADDE2

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

Shades of Powder Blue #AADDE2

Tints of Powder Blue #AADDE2

Color information

#AADDE2 (or 0xAADDE2) is unknown color: approx Powder Blue. HEX triplet: AA, DD and E2. RGB value is (170,221,226). Sum of RGB (Red+Green+Blue) = 170+221+226=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #AADDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE2 is #55221D. Grayscale: #CECECE. Windows color (decimal): -5579294 or 14867882. OLE color: 14867882.

HSL color Cylindrical-coordinate representation of color #AADDE2: hue angle of 185.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADDE2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170221226-
CMYK0.250.0200.11
HSL185.36º49.12%77.65%-
HSV(B)185.36º24.78%88.63%-
XYZ56.1665.7581.68-
YUV206.32139.1102.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=27.55%
G=35.82%
B=36.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702212260.250.0200.11185.3649.1277.65
HexAADDE21920Bb9314e
Octal25233534231201327161116
Binary101010101101110111100010110011001011101110011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDE2; }

 p { color: rgb(170,221,226); }

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

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

 a { background-color: rgb(170,221,226); }

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

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

 span { border-color: rgb(170,221,226); }

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