#AAD5DF

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

Shades of French Pass #AAD5DF

Tints of French Pass #AAD5DF

Color information

#AAD5DF (or 0xAAD5DF) is unknown color: approx French Pass. HEX triplet: AA, D5 and DF. RGB value is (170,213,223). Sum of RGB (Red+Green+Blue) = 170+213+223=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5DF is #552A20. Grayscale: #C9C9C9. Windows color (decimal): -5581345 or 14669226. OLE color: 14669226.

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

Color convert

RGB170213223-
CMYK0.240.0400.13
HSL191.32º45.3%77.06%-
HSV(B)191.32º23.77%87.45%-
XYZ53.6961.4678.85-
YUV201.28140.25105.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=28.05%
G=35.15%
B=36.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702132230.240.0400.13191.3245.377.06
HexAAD5DF1840Dbf2d4d
Octal25232533730401527755115
Binary1010101011010101110111111100010001101101111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5DF; }

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

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

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

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

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

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

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

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