#AAD0E8

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

Shades of Sail #AAD0E8

Tints of Sail #AAD0E8

Color information

#AAD0E8 (or 0xAAD0E8) is unknown color: approx Sail. HEX triplet: AA, D0 and E8. RGB value is (170,208,232). Sum of RGB (Red+Green+Blue) = 170+208+232=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0E8 is #552F17. Grayscale: #C7C7C7. Windows color (decimal): -5582616 or 15257770. OLE color: 15257770.

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

Color convert

RGB170208232-
CMYK0.270.1000.09
HSL203.23º57.41%78.82%-
HSV(B)203.23º26.72%90.98%-
XYZ53.759.4885-
YUV199.37146.41107.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 208 (81.64% from 255) = 34.10%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=27.87%
G=34.10%
B=38.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702082320.270.1000.09203.2357.4178.82
HexAAD0E81BA09cb394f
Octal252320350331201131371117
Binary10101010110100001110100011011101001001110010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0E8; }

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

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

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

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

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

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

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

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