#A3CDC6

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

Shades of Sinbad #A3CDC6

Tints of Sinbad #A3CDC6

Color information

#A3CDC6 (or 0xA3CDC6) is unknown color: approx Sinbad. HEX triplet: A3, CD and C6. RGB value is (163,205,198). Sum of RGB (Red+Green+Blue) = 163+205+198=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDC6 is #5C3239. Grayscale: #BFBFBF. Windows color (decimal): -6042170 or 13028771. OLE color: 13028771.

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

Color convert

RGB163205198-
CMYK0.2000.030.20
HSL170º29.58%72.16%-
HSV(B)170º20.49%80.39%-
XYZ47.1355.5361.66-
YUV191.64131.59107.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=28.80%
G=36.22%
B=34.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051980.2000.030.2017029.5872.16
HexA3CDC6140314aa1e48
Octal24331530624032425236110
Binary101000111100110111000110101000111010010101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDC6; }

 p { color: rgb(163,205,198); }

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

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

 a { background-color: rgb(163,205,198); }

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

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

 span { border-color: rgb(163,205,198); }

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