#AAD1EB

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

Shades of Sail #AAD1EB

Tints of Sail #AAD1EB

Color information

#AAD1EB (or 0xAAD1EB) is unknown color: approx Sail. HEX triplet: AA, D1 and EB. RGB value is (170,209,235). Sum of RGB (Red+Green+Blue) = 170+209+235=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EB is #552E14. Grayscale: #C8C8C8. Windows color (decimal): -5582357 or 15454634. OLE color: 15454634.

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

Color convert

RGB170209235-
CMYK0.280.1100.08
HSL204º61.9%79.41%-
HSV(B)204º27.66%92.16%-
XYZ54.3760.1587.34-
YUV200.3147.58106.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=27.69%
G=34.04%
B=38.27%

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
Decimal1702092350.280.1100.0820461.979.41
HexAAD1EB1CB08cc3e4f
Octal252321353341301031476117
Binary10101010110100011110101111100101101000110011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1EB; }

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

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

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

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

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

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

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

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