#A3CEC6

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

Shades of Sinbad #A3CEC6

Tints of Sinbad #A3CEC6

Color information

#A3CEC6 (or 0xA3CEC6) is unknown color: approx Sinbad. HEX triplet: A3, CE and C6. RGB value is (163,206,198). Sum of RGB (Red+Green+Blue) = 163+206+198=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEC6 is #5C3139. Grayscale: #C0C0C0. Windows color (decimal): -6041914 or 13029027. OLE color: 13029027.

HSL color Cylindrical-coordinate representation of color #A3CEC6: hue angle of 168.84º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEC6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB163206198-
CMYK0.2100.040.19
HSL168.84º30.5%72.35%-
HSV(B)168.84º20.87%80.78%-
XYZ47.3756.0161.74-
YUV192.23131.25107.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=28.75%
G=36.33%
B=34.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061980.2100.040.19168.8430.572.35
HexA3CEC6150413a91e48
Octal24331630625042325136110
Binary1010001111001110110001101010101001001110101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEC6; }

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

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

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

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

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

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

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

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