#AAD6F2

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

Shades of Sail #AAD6F2

Tints of Sail #AAD6F2

Color information

#AAD6F2 (or 0xAAD6F2) is unknown color: approx Sail. HEX triplet: AA, D6 and F2. RGB value is (170,214,242). Sum of RGB (Red+Green+Blue) = 170+214+242=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6F2 is #55290D. Grayscale: #CBCBCB. Windows color (decimal): -5581070 or 15914666. OLE color: 15914666.

HSL color Cylindrical-coordinate representation of color #AAD6F2: hue angle of 203.33º degrees, saturation: 0.73, 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 #AAD6F2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170214242-
CMYK0.300.1200.05
HSL203.33º73.47%80.78%-
HSV(B)203.33º29.75%94.9%-
XYZ56.6563.0593.19-
YUV204.04149.42103.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=27.16%
G=34.19%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702142420.300.1200.05203.3373.4780.78
HexAAD6F21EC05cb4951
Octal252326362361405313111121
Binary10101010110101101111001011110110001011100101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6F2; }

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

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

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

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

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

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

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

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