#AAD3F1

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

Shades of Sail #AAD3F1

Tints of Sail #AAD3F1

Color information

#AAD3F1 (or 0xAAD3F1) is unknown color: approx Sail. HEX triplet: AA, D3 and F1. RGB value is (170,211,241). Sum of RGB (Red+Green+Blue) = 170+211+241=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F1 is #552C0E. Grayscale: #CACACA. Windows color (decimal): -5581839 or 15848362. OLE color: 15848362.

HSL color Cylindrical-coordinate representation of color #AAD3F1: hue angle of 205.35º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD3F1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170211241-
CMYK0.290.1200.05
HSL205.35º71.72%80.59%-
HSV(B)205.35º29.46%94.51%-
XYZ55.7561.4992.15-
YUV202.16149.92105.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=27.33%
G=33.92%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702112410.290.1200.05205.3571.7280.59
HexAAD3F11DC05cd4851
Octal252323361351405315110121
Binary10101010110100111111000111101110001011100110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3F1; }

 p { color: rgb(170,211,241); }

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

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

 a { background-color: rgb(170,211,241); }

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

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

 span { border-color: rgb(170,211,241); }

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