#AAD3F0

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

Shades of Sail #AAD3F0

Tints of Sail #AAD3F0

Color information

#AAD3F0 (or 0xAAD3F0) is unknown color: approx Sail. HEX triplet: AA, D3 and F0. RGB value is (170,211,240). Sum of RGB (Red+Green+Blue) = 170+211+240=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F0 is #552C0F. Grayscale: #C9C9C9. Windows color (decimal): -5581840 or 15782826. OLE color: 15782826.

HSL color Cylindrical-coordinate representation of color #AAD3F0: hue angle of 204.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD3F0 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170211240-
CMYK0.290.1200.06
HSL204.86º70%80.39%-
HSV(B)204.86º29.17%94.12%-
XYZ55.661.4391.36-
YUV202.05149.42105.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 211 (82.81% from 255) = 33.98%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=27.38%
G=33.98%
B=38.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702112400.290.1200.06204.867080.39
HexAAD3F01DC06cd4650
Octal252323360351406315106120
Binary10101010110100111111000011101110001101100110110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3F0; }

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

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

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

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

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

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

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

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