#AAD1EC

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

Shades of Sail #AAD1EC

Tints of Sail #AAD1EC

Color information

#AAD1EC (or 0xAAD1EC) is unknown color: approx Sail. HEX triplet: AA, D1 and EC. RGB value is (170,209,236). Sum of RGB (Red+Green+Blue) = 170+209+236=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EC is #552E13. Grayscale: #C8C8C8. Windows color (decimal): -5582356 or 15520170. OLE color: 15520170.

HSL color Cylindrical-coordinate representation of color #AAD1EC: hue angle of 204.55º degrees, saturation: 0.63, 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 #AAD1EC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170209236-
CMYK0.280.1100.07
HSL204.55º63.46%79.61%-
HSV(B)204.55º27.97%92.55%-
XYZ54.5260.288.1-
YUV200.42148.08106.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=27.64%
G=33.98%
B=38.37%

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
Decimal1702092360.280.1100.07204.5563.4679.61
HexAAD1EC1CB07cd3f50
Octal25232135434130731577120
Binary1010101011010001111011001110010110111110011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1EC; }

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

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

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

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

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

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

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

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