#A3CDCA

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

Shades of Sinbad #A3CDCA

Tints of Sinbad #A3CDCA

Color information

#A3CDCA (or 0xA3CDCA) is unknown color: approx Sinbad. HEX triplet: A3, CD and CA. RGB value is (163,205,202). Sum of RGB (Red+Green+Blue) = 163+205+202=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDCA is #5C3235. Grayscale: #C0C0C0. Windows color (decimal): -6042166 or 13290915. OLE color: 13290915.

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

Color convert

RGB163205202-
CMYK0.2000.010.20
HSL175.71º29.58%72.16%-
HSV(B)175.71º20.49%80.39%-
XYZ47.655.7164.12-
YUV192.1133.59107.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=28.60%
G=35.96%
B=35.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632052020.2000.010.20175.7129.5872.16
HexA3CDCA140114b01e48
Octal24331531224012426036110
Binary10100011110011011100101010100011010010110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDCA; }

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

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

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

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

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

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

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

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