#AAD5DC

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

Shades of French Pass #AAD5DC

Tints of French Pass #AAD5DC

Color information

#AAD5DC (or 0xAAD5DC) is unknown color: approx French Pass. HEX triplet: AA, D5 and DC. RGB value is (170,213,220). Sum of RGB (Red+Green+Blue) = 170+213+220=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5DC is #552A23. Grayscale: #C8C8C8. Windows color (decimal): -5581348 or 14472618. OLE color: 14472618.

HSL color Cylindrical-coordinate representation of color #AAD5DC: hue angle of 188.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD5DC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170213220-
CMYK0.230.0300.14
HSL188.4º41.67%76.47%-
HSV(B)188.4º22.73%86.27%-
XYZ53.2961.376.73-
YUV200.94138.75105.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=28.19%
G=35.32%
B=36.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702132200.230.0300.14188.441.6776.47
HexAAD5DC1730Ebc2a4c
Octal25232533427301627452114
Binary101010101101010111011100101111101110101111001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5DC; }

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

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

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

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

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

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

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

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