#A7CDC6

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

Shades of Sinbad #A7CDC6

Tints of Sinbad #A7CDC6

Color information

#A7CDC6 (or 0xA7CDC6) is unknown color: approx Sinbad. HEX triplet: A7, CD and C6. RGB value is (167,205,198). Sum of RGB (Red+Green+Blue) = 167+205+198=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDC6 is #583239. Grayscale: #C0C0C0. Windows color (decimal): -5780026 or 13028775. OLE color: 13028775.

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

Color convert

RGB167205198-
CMYK0.1900.030.20
HSL168.95º27.54%72.94%-
HSV(B)168.95º18.54%80.39%-
XYZ47.9655.9661.7-
YUV192.84130.91109.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=29.30%
G=35.96%
B=34.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051980.1900.030.20168.9527.5472.94
HexA7CDC6130314a91c49
Octal24731530623032425134111
Binary101001111100110111000110100110111010010101001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDC6; }

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

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

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

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

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

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

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

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