#A1C6DE

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

Shades of Sail #A1C6DE

Tints of Sail #A1C6DE

Color information

#A1C6DE (or 0xA1C6DE) is unknown color: approx Sail. HEX triplet: A1, C6 and DE. RGB value is (161,198,222). Sum of RGB (Red+Green+Blue) = 161+198+222=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1C6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C6DE is #5E3921. Grayscale: #BDBDBD. Windows color (decimal): -6175010 or 14599841. OLE color: 14599841.

HSL color Cylindrical-coordinate representation of color #A1C6DE: hue angle of 203.61º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C6DE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161198222-
CMYK0.270.1100.13
HSL203.61º48.03%75.1%-
HSV(B)203.61º27.48%87.06%-
XYZ48.0853.2476.85-
YUV189.67146.24107.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=27.71%
G=34.08%
B=38.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611982220.270.1100.13203.6148.0375.1
HexA1C6DE1BB0Dcc304b
Octal241306336331301531460113
Binary10100001110001101101111011011101101101110011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6DE; }

 p { color: rgb(161,198,222); }

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

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

 a { background-color: rgb(161,198,222); }

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

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

 span { border-color: rgb(161,198,222); }

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