#A1CBEA

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

Shades of Sail #A1CBEA

Tints of Sail #A1CBEA

Color information

#A1CBEA (or 0xA1CBEA) is unknown color: approx Sail. HEX triplet: A1, CB and EA. RGB value is (161,203,234). Sum of RGB (Red+Green+Blue) = 161+203+234=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBEA is #5E3415. Grayscale: #C1C1C1. Windows color (decimal): -6173718 or 15387553. OLE color: 15387553.

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

Color convert

RGB161203234-
CMYK0.310.1300.08
HSL205.48º63.48%77.45%-
HSV(B)205.48º31.2%91.76%-
XYZ50.9156.2386.01-
YUV193.98150.59104.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=26.92%
G=33.95%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612032340.310.1300.08205.4863.4877.45
HexA1CBEA1FD08cd3f4d
Octal241313352371501031577115
Binary10100001110010111110101011111110101000110011011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBEA; }

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

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

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

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

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

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

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

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