#A1CAEB

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

Shades of Sail #A1CAEB

Tints of Sail #A1CAEB

Color information

#A1CAEB (or 0xA1CAEB) is unknown color: approx Sail. HEX triplet: A1, CA and EB. RGB value is (161,202,235). Sum of RGB (Red+Green+Blue) = 161+202+235=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAEB is #5E3514. Grayscale: #C1C1C1. Windows color (decimal): -6173973 or 15452833. OLE color: 15452833.

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

Color convert

RGB161202235-
CMYK0.310.1400.08
HSL206.76º64.91%77.65%-
HSV(B)206.76º31.49%92.16%-
XYZ50.8155.8286.69-
YUV193.5151.42104.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=26.92%
G=33.78%
B=39.30%

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
Decimal1612022350.310.1400.08206.7664.9177.65
HexA1CAEB1FE08cf414e
Octal2413123533716010317101116
Binary101000011100101011101011111111110010001100111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAEB; }

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

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

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

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

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

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

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

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