#A1CDEA

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

Shades of Sail #A1CDEA

Tints of Sail #A1CDEA

Color information

#A1CDEA (or 0xA1CDEA) is unknown color: approx Sail. HEX triplet: A1, CD and EA. RGB value is (161,205,234). Sum of RGB (Red+Green+Blue) = 161+205+234=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEA is #5E3215. Grayscale: #C2C2C2. Windows color (decimal): -6173206 or 15388065. OLE color: 15388065.

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

Color convert

RGB161205234-
CMYK0.310.1200.08
HSL203.84º63.48%77.45%-
HSV(B)203.84º31.2%91.76%-
XYZ51.3857.1886.17-
YUV195.15149.92103.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 234 (91.80% from 255) = 39%
R=26.83%
G=34.17%
B=39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612052340.310.1200.08203.8463.4877.45
HexA1CDEA1FC08cc3f4d
Octal241315352371401031477115
Binary10100001110011011110101011111110001000110011001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDEA; }

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

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

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

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

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

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

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

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