#AAD0E5

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

Shades of Sail #AAD0E5

Tints of Sail #AAD0E5

Color information

#AAD0E5 (or 0xAAD0E5) is unknown color: approx Sail. HEX triplet: AA, D0 and E5. RGB value is (170,208,229). Sum of RGB (Red+Green+Blue) = 170+208+229=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E5 is #552F1A. Grayscale: #C6C6C6. Windows color (decimal): -5582619 or 15061162. OLE color: 15061162.

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

Color convert

RGB170208229-
CMYK0.260.0900.10
HSL201.36º53.15%78.24%-
HSV(B)201.36º25.76%89.8%-
XYZ53.2859.3182.77-
YUV199.03144.91107.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=28.01%
G=34.27%
B=37.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702082290.260.0900.10201.3653.1578.24
HexAAD0E51A90Ac9354e
Octal252320345321101231165116
Binary10101010110100001110010111010100101010110010011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0E5; }

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

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

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

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

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

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

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

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