#AAD3DF

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

Shades of French Pass #AAD3DF

Tints of French Pass #AAD3DF

Color information

#AAD3DF (or 0xAAD3DF) is unknown color: approx French Pass. HEX triplet: AA, D3 and DF. RGB value is (170,211,223). Sum of RGB (Red+Green+Blue) = 170+211+223=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DF is #552C20. Grayscale: #C8C8C8. Windows color (decimal): -5581857 or 14668714. OLE color: 14668714.

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

Color convert

RGB170211223-
CMYK0.240.0500.13
HSL193.58º45.3%77.06%-
HSV(B)193.58º23.77%87.45%-
XYZ53.1960.4678.68-
YUV200.11140.92106.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=28.15%
G=34.93%
B=36.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702112230.240.0500.13193.5845.377.06
HexAAD3DF1850Dc22d4d
Octal25232333730501530255115
Binary1010101011010011110111111100010101101110000101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3DF; }

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

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

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

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

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

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

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

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