#AAD7F5

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

Shades of Sail #AAD7F5

Tints of Sail #AAD7F5

Color information

#AAD7F5 (or 0xAAD7F5) is unknown color: approx Sail. HEX triplet: AA, D7 and F5. RGB value is (170,215,245). Sum of RGB (Red+Green+Blue) = 170+215+245=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAD7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7F5 is #55280A. Grayscale: #CCCCCC. Windows color (decimal): -5580811 or 16111530. OLE color: 16111530.

HSL color Cylindrical-coordinate representation of color #AAD7F5: hue angle of 204º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD7F5 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170215245-
CMYK0.310.1200.04
HSL204º78.95%81.37%-
HSV(B)204º30.61%96.08%-
XYZ57.3663.7495.67-
YUV204.96150.59103.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=26.98%
G=34.13%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702152450.310.1200.0420478.9581.37
HexAAD7F51FC04cc4f51
Octal252327365371404314117121
Binary10101010110101111111010111111110001001100110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7F5; }

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

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

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

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

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

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

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

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