#A7CEC6

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

Shades of Sinbad #A7CEC6

Tints of Sinbad #A7CEC6

Color information

#A7CEC6 (or 0xA7CEC6) is unknown color: approx Sinbad. HEX triplet: A7, CE and C6. RGB value is (167,206,198). Sum of RGB (Red+Green+Blue) = 167+206+198=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEC6 is #583139. Grayscale: #C1C1C1. Windows color (decimal): -5779770 or 13029031. OLE color: 13029031.

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

Color convert

RGB167206198-
CMYK0.1900.040.19
HSL167.69º28.47%73.14%-
HSV(B)167.69º18.93%80.78%-
XYZ48.256.4461.78-
YUV193.43130.58109.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=29.25%
G=36.08%
B=34.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672061980.1900.040.19167.6928.4773.14
HexA7CEC6130413a81c49
Octal24731630623042325034111
Binary1010011111001110110001101001101001001110101000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEC6; }

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

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

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

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

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

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

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

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