#AAD1EA

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

Shades of Sail #AAD1EA

Tints of Sail #AAD1EA

Color information

#AAD1EA (or 0xAAD1EA) is unknown color: approx Sail. HEX triplet: AA, D1 and EA. RGB value is (170,209,234). Sum of RGB (Red+Green+Blue) = 170+209+234=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EA is #552E15. Grayscale: #C8C8C8. Windows color (decimal): -5582358 or 15389098. OLE color: 15389098.

HSL color Cylindrical-coordinate representation of color #AAD1EA: hue angle of 203.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD1EA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170209234-
CMYK0.270.1100.08
HSL203.44º60.38%79.22%-
HSV(B)203.44º27.35%91.76%-
XYZ54.2360.0986.58-
YUV200.19147.08106.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=27.73%
G=34.09%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702092340.270.1100.08203.4460.3879.22
HexAAD1EA1BB08cb3c4f
Octal252321352331301031374117
Binary10101010110100011110101011011101101000110010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1EA; }

 p { color: rgb(170,209,234); }

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

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

 a { background-color: rgb(170,209,234); }

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

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

 span { border-color: rgb(170,209,234); }

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