#AAD6DD

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

Shades of French Pass #AAD6DD

Tints of French Pass #AAD6DD

Color information

#AAD6DD (or 0xAAD6DD) is unknown color: approx French Pass. HEX triplet: AA, D6 and DD. RGB value is (170,214,221). Sum of RGB (Red+Green+Blue) = 170+214+221=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DD is #552922. Grayscale: #C9C9C9. Windows color (decimal): -5581091 or 14538410. OLE color: 14538410.

HSL color Cylindrical-coordinate representation of color #AAD6DD: hue angle of 188.24º degrees, saturation: 0.43, 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 #AAD6DD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170214221-
CMYK0.230.0300.13
HSL188.24º42.86%76.67%-
HSV(B)188.24º23.08%86.67%-
XYZ53.6861.8677.52-
YUV201.64138.92105.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=28.10%
G=35.37%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702142210.230.0300.13188.2442.8676.67
HexAAD6DD1730Dbc2b4d
Octal25232633527301527453115
Binary101010101101011011011101101111101101101111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6DD; }

 p { color: rgb(170,214,221); }

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

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

 a { background-color: rgb(170,214,221); }

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

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

 span { border-color: rgb(170,214,221); }

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