#AAD2ED

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

Shades of Sail #AAD2ED

Tints of Sail #AAD2ED

Color information

#AAD2ED (or 0xAAD2ED) is unknown color: approx Sail. HEX triplet: AA, D2 and ED. RGB value is (170,210,237). Sum of RGB (Red+Green+Blue) = 170+210+237=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2ED is #552D12. Grayscale: #C8C8C8. Windows color (decimal): -5582099 or 15585962. OLE color: 15585962.

HSL color Cylindrical-coordinate representation of color #AAD2ED: hue angle of 204.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD2ED is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170210237-
CMYK0.280.1100.07
HSL204.18º65.05%79.8%-
HSV(B)204.18º28.27%92.94%-
XYZ54.9160.7588.95-
YUV201.12148.25105.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=27.55%
G=34.04%
B=38.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702102370.280.1100.07204.1865.0579.8
HexAAD2ED1CB07cc4150
Octal252322355341307314101120
Binary10101010110100101110110111100101101111100110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2ED; }

 p { color: rgb(170,210,237); }

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

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

 a { background-color: rgb(170,210,237); }

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

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

 span { border-color: rgb(170,210,237); }

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