#ADCDC7

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

Shades of Sinbad #ADCDC7

Tints of Sinbad #ADCDC7

Color information

#ADCDC7 (or 0xADCDC7) is unknown color: approx Sinbad. HEX triplet: AD, CD and C7. RGB value is (173,205,199). Sum of RGB (Red+Green+Blue) = 173+205+199=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC7 is #523238. Grayscale: #C2C2C2. Windows color (decimal): -5386809 or 13094317. OLE color: 13094317.

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

Color convert

RGB173205199-
CMYK0.1600.030.20
HSL168.75º24.24%74.12%-
HSV(B)168.75º15.61%80.39%-
XYZ49.3756.6762.37-
YUV194.75130.4112.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=29.98%
G=35.53%
B=34.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051990.1600.030.20168.7524.2474.12
HexADCDC7100314a9184a
Octal25531530720032425130112
Binary101011011100110111000111100000111010010101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC7; }

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

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

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

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

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

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

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

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