#aad6f1

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

Shades of Sail #AAD6F1

Tints of Sail #AAD6F1

Color information

#AAD6F1 (or 0xAAD6F1) is unknown color: approx Sail. HEX triplet: AA, D6 and F1. RGB value is (170,214,241). Sum of RGB (Red+Green+Blue) = 170+214+241=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6F1 is #55290E. Grayscale: #CBCBCB. Windows color (decimal): -5581071 or 15849130. OLE color: 15849130.

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

Color convert

RGB170214241-
CMYK0.290.1100.05
HSL202.82º71.72%80.59%-
HSV(B)202.82º29.46%94.51%-
XYZ56.562.9992.4-
YUV203.92148.92103.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=27.2%
G=34.24%
B=38.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702142410.290.1100.05202.8271.7280.59
HexAAD6F11DB05cb4851
Octal252326361351305313110121
Binary10101010110101101111000111101101101011100101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad6f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad6f1; }

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

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

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

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

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

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

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

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