#AAD2E0

Color #AAD2E0 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AAD2E0

Tints of French Pass #AAD2E0

Color information

#AAD2E0 (or 0xAAD2E0) is unknown color: approx French Pass. HEX triplet: AA, D2 and E0. RGB value is (170,210,224). Sum of RGB (Red+Green+Blue) = 170+210+224=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2E0 is #552D1F. Grayscale: #C7C7C7. Windows color (decimal): -5582112 or 14733994. OLE color: 14733994.

HSL color Cylindrical-coordinate representation of color #AAD2E0: hue angle of 195.56º degrees, saturation: 0.47, 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 #AAD2E0 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170210224-
CMYK0.240.0600.12
HSL195.56º46.55%77.25%-
HSV(B)195.56º24.11%87.84%-
XYZ53.0860.0279.31-
YUV199.64141.75106.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=28.15%
G=34.77%
B=37.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702102240.240.0600.12195.5646.5577.25
HexAAD2E01860Cc42f4d
Octal25232234030601430457115
Binary1010101011010010111000001100011001100110001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2E0; }

 p { color: rgb(170,210,224); }

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

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

 a { background-color: rgb(170,210,224); }

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

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

 span { border-color: rgb(170,210,224); }

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