#AAD5DE

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

Shades of French Pass #AAD5DE

Tints of French Pass #AAD5DE

Color information

#AAD5DE (or 0xAAD5DE) is unknown color: approx French Pass. HEX triplet: AA, D5 and DE. RGB value is (170,213,222). Sum of RGB (Red+Green+Blue) = 170+213+222=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5DE is #552A21. Grayscale: #C9C9C9. Windows color (decimal): -5581346 or 14603690. OLE color: 14603690.

HSL color Cylindrical-coordinate representation of color #AAD5DE: hue angle of 190.38º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD5DE is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170213222-
CMYK0.230.0400.13
HSL190.38º44.07%76.86%-
HSV(B)190.38º23.42%87.06%-
XYZ53.5661.4178.14-
YUV201.17139.75105.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=28.10%
G=35.21%
B=36.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702132220.230.0400.13190.3844.0776.86
HexAAD5DE1740Dbe2c4d
Octal25232533627401527654115
Binary1010101011010101110111101011110001101101111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5DE; }

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

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

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

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

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

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

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

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