#AAD0E1

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

Shades of French Pass #AAD0E1

Tints of French Pass #AAD0E1

Color information

#AAD0E1 (or 0xAAD0E1) is unknown color: approx French Pass. HEX triplet: AA, D0 and E1. RGB value is (170,208,225). Sum of RGB (Red+Green+Blue) = 170+208+225=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAD0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E1 is #552F1E. Grayscale: #C6C6C6. Windows color (decimal): -5582623 or 14799018. OLE color: 14799018.

HSL color Cylindrical-coordinate representation of color #AAD0E1: hue angle of 198.55º degrees, saturation: 0.48, 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 #AAD0E1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170208225-
CMYK0.240.0800.12
HSL198.55º47.83%77.45%-
HSV(B)198.55º24.44%88.24%-
XYZ52.7259.0979.86-
YUV198.58142.91107.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=28.19%
G=34.49%
B=37.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702082250.240.0800.12198.5547.8377.45
HexAAD0E11880Cc7304d
Octal252320341301001430760115
Binary10101010110100001110000111000100001100110001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0E1; }

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

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

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

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

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

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

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

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