#AAD2E1

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

Shades of French Pass #AAD2E1

Tints of French Pass #AAD2E1

Color information

#AAD2E1 (or 0xAAD2E1) is unknown color: approx French Pass. HEX triplet: AA, D2 and E1. RGB value is (170,210,225). Sum of RGB (Red+Green+Blue) = 170+210+225=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAD2E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2E1 is #552D1E. Grayscale: #C7C7C7. Windows color (decimal): -5582111 or 14799530. OLE color: 14799530.

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

Color convert

RGB170210225-
CMYK0.240.0700.12
HSL196.36º47.83%77.45%-
HSV(B)196.36º24.44%88.24%-
XYZ53.2160.0880.03-
YUV199.75142.25106.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=28.10%
G=34.71%
B=37.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702102250.240.0700.12196.3647.8377.45
HexAAD2E11870Cc4304d
Octal25232234130701430460115
Binary1010101011010010111000011100011101100110001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2E1; }

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

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

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

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

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

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

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

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