#AAD3DE

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

Shades of French Pass #AAD3DE

Tints of French Pass #AAD3DE

Color information

#AAD3DE (or 0xAAD3DE) is unknown color: approx French Pass. HEX triplet: AA, D3 and DE. RGB value is (170,211,222). Sum of RGB (Red+Green+Blue) = 170+211+222=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DE is #552C21. Grayscale: #C7C7C7. Windows color (decimal): -5581858 or 14603178. OLE color: 14603178.

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

Color convert

RGB170211222-
CMYK0.230.0500.13
HSL192.69º44.07%76.86%-
HSV(B)192.69º23.42%87.06%-
XYZ53.0660.4177.97-
YUV200140.42106.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=28.19%
G=34.99%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702112220.230.0500.13192.6944.0776.86
HexAAD3DE1750Dc12c4d
Octal25232333627501530154115
Binary1010101011010011110111101011110101101110000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3DE; }

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

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

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

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

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

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

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

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