#AAD8F3

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

Shades of Sail #AAD8F3

Tints of Sail #AAD8F3

Color information

#AAD8F3 (or 0xAAD8F3) is unknown color: approx Sail. HEX triplet: AA, D8 and F3. RGB value is (170,216,243). Sum of RGB (Red+Green+Blue) = 170+216+243=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8F3 is #55270C. Grayscale: #CDCDCD. Windows color (decimal): -5580557 or 15980714. OLE color: 15980714.

HSL color Cylindrical-coordinate representation of color #AAD8F3: hue angle of 202.19º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD8F3 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170216243-
CMYK0.300.1100.05
HSL202.19º75.26%80.98%-
HSV(B)202.19º30.04%95.29%-
XYZ57.3164.1394.15-
YUV205.32149.26102.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=27.03%
G=34.34%
B=38.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702162430.300.1100.05202.1975.2680.98
HexAAD8F31EB05ca4b51
Octal252330363361305312113121
Binary10101010110110001111001111110101101011100101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8F3; }

 p { color: rgb(170,216,243); }

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

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

 a { background-color: rgb(170,216,243); }

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

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

 span { border-color: rgb(170,216,243); }

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