#A1C5DD

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

Shades of Sail #A1C5DD

Tints of Sail #A1C5DD

Color information

#A1C5DD (or 0xA1C5DD) is unknown color: approx Sail. HEX triplet: A1, C5 and DD. RGB value is (161,197,221). Sum of RGB (Red+Green+Blue) = 161+197+221=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C5DD is #5E3A22. Grayscale: #BCBCBC. Windows color (decimal): -6175267 or 14534049. OLE color: 14534049.

HSL color Cylindrical-coordinate representation of color #A1C5DD: hue angle of 204º degrees, saturation: 0.47, 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 #A1C5DD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161197221-
CMYK0.270.1100.13
HSL204º46.87%74.9%-
HSV(B)204º27.15%86.67%-
XYZ47.7252.7376.07-
YUV188.97146.07108.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 197 (77.34% from 255) = 34.02%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=27.81%
G=34.02%
B=38.17%

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
Decimal1611972210.270.1100.1320446.8774.9
HexA1C5DD1BB0Dcc2f4b
Octal241305335331301531457113
Binary10100001110001011101110111011101101101110011001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C5DD; }

 p { color: rgb(161,197,221); }

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

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

 a { background-color: rgb(161,197,221); }

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

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

 span { border-color: rgb(161,197,221); }

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