#AAD7F1

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

Shades of Sail #AAD7F1

Tints of Sail #AAD7F1

Color information

#AAD7F1 (or 0xAAD7F1) is unknown color: approx Sail. HEX triplet: AA, D7 and F1. RGB value is (170,215,241). Sum of RGB (Red+Green+Blue) = 170+215+241=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7F1 is #55280E. Grayscale: #CCCCCC. Windows color (decimal): -5580815 or 15849386. OLE color: 15849386.

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

Color convert

RGB170215241-
CMYK0.290.1100.05
HSL201.97º71.72%80.59%-
HSV(B)201.97º29.46%94.51%-
XYZ56.7663.592.48-
YUV204.51148.59103.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=27.16%
G=34.35%
B=38.50%

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
Decimal1702152410.290.1100.05201.9771.7280.59
HexAAD7F11DB05ca4851
Octal252327361351305312110121
Binary10101010110101111111000111101101101011100101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7F1; }

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

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

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

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

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

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

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

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