#AAD0DF

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

Shades of French Pass #AAD0DF

Tints of French Pass #AAD0DF

Color information

#AAD0DF (or 0xAAD0DF) is unknown color: approx French Pass. HEX triplet: AA, D0 and DF. RGB value is (170,208,223). Sum of RGB (Red+Green+Blue) = 170+208+223=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DF is #552F20. Grayscale: #C6C6C6. Windows color (decimal): -5582625 or 14667946. OLE color: 14667946.

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

Color convert

RGB170208223-
CMYK0.240.0700.13
HSL196.98º45.3%77.06%-
HSV(B)196.98º23.77%87.45%-
XYZ52.4558.9978.43-
YUV198.35141.91107.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=28.29%
G=34.61%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702082230.240.0700.13196.9845.377.06
HexAAD0DF1870Dc52d4d
Octal25232033730701530555115
Binary1010101011010000110111111100011101101110001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0DF; }

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

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

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

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

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

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

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

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