#A1CDCA

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

Shades of Sinbad #A1CDCA

Tints of Sinbad #A1CDCA

Color information

#A1CDCA (or 0xA1CDCA) is unknown color: approx Sinbad. HEX triplet: A1, CD and CA. RGB value is (161,205,202). Sum of RGB (Red+Green+Blue) = 161+205+202=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDCA is #5E3235. Grayscale: #BFBFBF. Windows color (decimal): -6173238 or 13290913. OLE color: 13290913.

HSL color Cylindrical-coordinate representation of color #A1CDCA: hue angle of 175.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDCA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB161205202-
CMYK0.2100.010.20
HSL175.91º30.56%71.76%-
HSV(B)175.91º21.46%80.39%-
XYZ47.1955.564.1-
YUV191.5133.92106.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=28.35%
G=36.09%
B=35.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612052020.2100.010.20175.9130.5671.76
HexA1CDCA150114b01f48
Octal24131531225012426037110
Binary10100001110011011100101010101011010010110000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDCA; }

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

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

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

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

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

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

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

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