#A1CAEA

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

Shades of Sail #A1CAEA

Tints of Sail #A1CAEA

Color information

#A1CAEA (or 0xA1CAEA) is unknown color: approx Sail. HEX triplet: A1, CA and EA. RGB value is (161,202,234). Sum of RGB (Red+Green+Blue) = 161+202+234=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAEA is #5E3515. Grayscale: #C1C1C1. Windows color (decimal): -6173974 or 15387297. OLE color: 15387297.

HSL color Cylindrical-coordinate representation of color #A1CAEA: hue angle of 206.3º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CAEA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161202234-
CMYK0.310.1400.08
HSL206.3º63.48%77.45%-
HSV(B)206.3º31.2%91.76%-
XYZ50.6755.7685.93-
YUV193.39150.92104.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.97%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=26.97%
G=33.84%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612022340.310.1400.08206.363.4877.45
HexA1CAEA1FE08ce3f4d
Octal241312352371601031677115
Binary10100001110010101110101011111111001000110011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAEA; }

 p { color: rgb(161,202,234); }

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

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

 a { background-color: rgb(161,202,234); }

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

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

 span { border-color: rgb(161,202,234); }

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