#AAD0EB

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

Shades of Sail #AAD0EB

Tints of Sail #AAD0EB

Color information

#AAD0EB (or 0xAAD0EB) is unknown color: approx Sail. HEX triplet: AA, D0 and EB. RGB value is (170,208,235). Sum of RGB (Red+Green+Blue) = 170+208+235=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0EB is #552F14. Grayscale: #C7C7C7. Windows color (decimal): -5582613 or 15454378. OLE color: 15454378.

HSL color Cylindrical-coordinate representation of color #AAD0EB: hue angle of 204.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD0EB is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170208235-
CMYK0.280.1100.08
HSL204.92º61.9%79.41%-
HSV(B)204.92º27.66%92.16%-
XYZ54.1359.6687.26-
YUV199.72147.91106.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=27.73%
G=33.93%
B=38.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702082350.280.1100.08204.9261.979.41
HexAAD0EB1CB08cd3e4f
Octal252320353341301031576117
Binary10101010110100001110101111100101101000110011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0EB; }

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

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

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

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

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

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

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

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