#A1CDEB

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

Shades of Sail #A1CDEB

Tints of Sail #A1CDEB

Color information

#A1CDEB (or 0xA1CDEB) is unknown color: approx Sail. HEX triplet: A1, CD and EB. RGB value is (161,205,235). Sum of RGB (Red+Green+Blue) = 161+205+235=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDEB is #5E3214. Grayscale: #C3C3C3. Windows color (decimal): -6173205 or 15453601. OLE color: 15453601.

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

Color convert

RGB161205235-
CMYK0.310.1300.08
HSL204.32º64.91%77.65%-
HSV(B)204.32º31.49%92.16%-
XYZ51.5257.2486.93-
YUV195.26150.42103.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=26.79%
G=34.11%
B=39.10%

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
Decimal1612052350.310.1300.08204.3264.9177.65
HexA1CDEB1FD08cc414e
Octal2413153533715010314101116
Binary101000011100110111101011111111101010001100110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDEB; }

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

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

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

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

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

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

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

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