#AAD5F1

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

Shades of Sail #AAD5F1

Tints of Sail #AAD5F1

Color information

#AAD5F1 (or 0xAAD5F1) is unknown color: approx Sail. HEX triplet: AA, D5 and F1. RGB value is (170,213,241). Sum of RGB (Red+Green+Blue) = 170+213+241=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F1 is #552A0E. Grayscale: #CBCBCB. Windows color (decimal): -5581327 or 15848874. OLE color: 15848874.

HSL color Cylindrical-coordinate representation of color #AAD5F1: hue angle of 203.66º 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 #AAD5F1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170213241-
CMYK0.290.1200.05
HSL203.66º71.72%80.59%-
HSV(B)203.66º29.46%94.51%-
XYZ56.2562.4992.32-
YUV203.33149.25104.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=27.24%
G=34.13%
B=38.62%

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
Decimal1702132410.290.1200.05203.6671.7280.59
HexAAD5F11DC05cc4851
Octal252325361351405314110121
Binary10101010110101011111000111101110001011100110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5F1; }

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

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

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

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

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

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

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

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