#AAD1E7

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

Shades of Sail #AAD1E7

Tints of Sail #AAD1E7

Color information

#AAD1E7 (or 0xAAD1E7) is unknown color: approx Sail. HEX triplet: AA, D1 and E7. RGB value is (170,209,231). Sum of RGB (Red+Green+Blue) = 170+209+231=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1E7 is #552E18. Grayscale: #C7C7C7. Windows color (decimal): -5582361 or 15192490. OLE color: 15192490.

HSL color Cylindrical-coordinate representation of color #AAD1E7: hue angle of 201.64º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD1E7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170209231-
CMYK0.260.1000.09
HSL201.64º55.96%78.63%-
HSV(B)201.64º26.41%90.59%-
XYZ53.859.9284.33-
YUV199.85145.58106.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 209 (82.03% from 255) = 34.26%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=27.87%
G=34.26%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702092310.260.1000.09201.6455.9678.63
HexAAD1E71AA09ca384f
Octal252321347321201131270117
Binary10101010110100011110011111010101001001110010101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1E7; }

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

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

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

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

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

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

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

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