#AADEE3

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

Shades of Powder Blue #AADEE3

Tints of Powder Blue #AADEE3

Color information

#AADEE3 (or 0xAADEE3) is unknown color: approx Powder Blue. HEX triplet: AA, DE and E3. RGB value is (170,222,227). Sum of RGB (Red+Green+Blue) = 170+222+227=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE3 is #55211C. Grayscale: #CECECE. Windows color (decimal): -5579037 or 14933674. OLE color: 14933674.

HSL color Cylindrical-coordinate representation of color #AADEE3: hue angle of 185.26º degrees, saturation: 0.5, 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 #AADEE3 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170222227-
CMYK0.250.0200.11
HSL185.26º50.44%77.84%-
HSV(B)185.26º25.11%89.02%-
XYZ56.5666.3382.5-
YUV207.02139.27101.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=27.46%
G=35.86%
B=36.67%

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
Decimal1702222270.250.0200.11185.2650.4477.84
HexAADEE31920Bb9324e
Octal25233634331201327162116
Binary101010101101111011100011110011001011101110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEE3; }

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

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

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

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

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

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

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

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