#AAD0E0

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

Shades of French Pass #AAD0E0

Tints of French Pass #AAD0E0

Color information

#AAD0E0 (or 0xAAD0E0) is unknown color: approx French Pass. HEX triplet: AA, D0 and E0. RGB value is (170,208,224). Sum of RGB (Red+Green+Blue) = 170+208+224=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E0 is #552F1F. Grayscale: #C6C6C6. Windows color (decimal): -5582624 or 14733482. OLE color: 14733482.

HSL color Cylindrical-coordinate representation of color #AAD0E0: hue angle of 197.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD0E0 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170208224-
CMYK0.240.0700.12
HSL197.78º46.55%77.25%-
HSV(B)197.78º24.11%87.84%-
XYZ52.5959.0479.15-
YUV198.46142.41107.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=28.24%
G=34.55%
B=37.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702082240.240.0700.12197.7846.5577.25
HexAAD0E01870Cc62f4d
Octal25232034030701430657115
Binary1010101011010000111000001100011101100110001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0E0; }

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

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

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

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

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

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

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

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