#A1CDC7

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

Shades of Sinbad #A1CDC7

Tints of Sinbad #A1CDC7

Color information

#A1CDC7 (or 0xA1CDC7) is unknown color: approx Sinbad. HEX triplet: A1, CD and C7. RGB value is (161,205,199). Sum of RGB (Red+Green+Blue) = 161+205+199=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC7 is #5E3238. Grayscale: #BFBFBF. Windows color (decimal): -6173241 or 13094305. OLE color: 13094305.

HSL color Cylindrical-coordinate representation of color #A1CDC7: hue angle of 171.82º 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 #A1CDC7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB161205199-
CMYK0.2100.030.20
HSL171.82º30.56%71.76%-
HSV(B)171.82º21.46%80.39%-
XYZ46.8455.3662.25-
YUV191.16132.42106.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 199 (78.12% from 255) = 35.22%
R=28.50%
G=36.28%
B=35.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051990.2100.030.20171.8230.5671.76
HexA1CDC7150314ac1f48
Octal24131530725032425437110
Binary101000011100110111000111101010111010010101100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDC7; }

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

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

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

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

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

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

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

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