#AAD6DE

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

Shades of French Pass #AAD6DE

Tints of French Pass #AAD6DE

Color information

#AAD6DE (or 0xAAD6DE) is unknown color: approx French Pass. HEX triplet: AA, D6 and DE. RGB value is (170,214,222). Sum of RGB (Red+Green+Blue) = 170+214+222=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DE is #552921. Grayscale: #C9C9C9. Windows color (decimal): -5581090 or 14603946. OLE color: 14603946.

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

Color convert

RGB170214222-
CMYK0.230.0400.13
HSL189.23º44.07%76.86%-
HSV(B)189.23º23.42%87.06%-
XYZ53.8161.9178.22-
YUV201.76139.42105.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=28.05%
G=35.31%
B=36.63%

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
Decimal1702142220.230.0400.13189.2344.0776.86
HexAAD6DE1740Dbd2c4d
Octal25232633627401527554115
Binary1010101011010110110111101011110001101101111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6DE; }

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

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

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

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

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

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

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

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