#A8CDC7

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

Shades of Sinbad #A8CDC7

Tints of Sinbad #A8CDC7

Color information

#A8CDC7 (or 0xA8CDC7) is unknown color: approx Sinbad. HEX triplet: A8, CD and C7. RGB value is (168,205,199). Sum of RGB (Red+Green+Blue) = 168+205+199=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDC7 is #573238. Grayscale: #C1C1C1. Windows color (decimal): -5714489 or 13094312. OLE color: 13094312.

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

Color convert

RGB168205199-
CMYK0.1800.030.20
HSL170.27º27.01%73.14%-
HSV(B)170.27º18.05%80.39%-
XYZ48.2956.1162.32-
YUV193.25131.24109.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=29.37%
G=35.84%
B=34.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051990.1800.030.20170.2727.0173.14
HexA8CDC7120314aa1b49
Octal25031530722032425233111
Binary101010001100110111000111100100111010010101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDC7; }

 p { color: rgb(168,205,199); }

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

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

 a { background-color: rgb(168,205,199); }

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

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

 span { border-color: rgb(168,205,199); }

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