#AAD2DF

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

Shades of French Pass #AAD2DF

Tints of French Pass #AAD2DF

Color information

#AAD2DF (or 0xAAD2DF) is unknown color: approx French Pass. HEX triplet: AA, D2 and DF. RGB value is (170,210,223). Sum of RGB (Red+Green+Blue) = 170+210+223=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2DF is #552D20. Grayscale: #C7C7C7. Windows color (decimal): -5582113 or 14668458. OLE color: 14668458.

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

Color convert

RGB170210223-
CMYK0.240.0600.13
HSL194.72º45.3%77.06%-
HSV(B)194.72º23.77%87.45%-
XYZ52.9459.9778.6-
YUV199.52141.25106.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=28.19%
G=34.83%
B=36.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702102230.240.0600.13194.7245.377.06
HexAAD2DF1860Dc32d4d
Octal25232233730601530355115
Binary1010101011010010110111111100011001101110000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2DF; }

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

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

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

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

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

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

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

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