#A1C4DD

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

Shades of Sail #A1C4DD

Tints of Sail #A1C4DD

Color information

#A1C4DD (or 0xA1C4DD) is unknown color: approx Sail. HEX triplet: A1, C4 and DD. RGB value is (161,196,221). Sum of RGB (Red+Green+Blue) = 161+196+221=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C4DD is #5E3B22. Grayscale: #BCBCBC. Windows color (decimal): -6175523 or 14533793. OLE color: 14533793.

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

Color convert

RGB161196221-
CMYK0.270.1100.13
HSL205º46.87%74.9%-
HSV(B)205º27.15%86.67%-
XYZ47.4952.2875.99-
YUV188.38146.4108.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=27.85%
G=33.91%
B=38.24%

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
Decimal1611962210.270.1100.1320546.8774.9
HexA1C4DD1BB0Dcd2f4b
Octal241304335331301531557113
Binary10100001110001001101110111011101101101110011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4DD; }

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

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

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

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

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

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

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

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