#A1CDED

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

Shades of Sail #A1CDED

Tints of Sail #A1CDED

Color information

#A1CDED (or 0xA1CDED) is unknown color: approx Sail. HEX triplet: A1, CD and ED. RGB value is (161,205,237). Sum of RGB (Red+Green+Blue) = 161+205+237=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDED is #5E3212. Grayscale: #C3C3C3. Windows color (decimal): -6173203 or 15584673. OLE color: 15584673.

HSL color Cylindrical-coordinate representation of color #A1CDED: hue angle of 205.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CDED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161205237-
CMYK0.320.1400.07
HSL205.26º67.86%78.04%-
HSV(B)205.26º32.07%92.94%-
XYZ51.8257.3588.46-
YUV195.49151.42103.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=26.70%
G=34.00%
B=39.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612052370.320.1400.07205.2667.8678.04
HexA1CDED20E07cd444e
Octal241315355401607315104116
Binary101000011100110111101101100000111001111100110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDED; }

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

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

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

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

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

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

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

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