#ADCDC9

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

Shades of Sinbad #ADCDC9

Tints of Sinbad #ADCDC9

Color information

#ADCDC9 (or 0xADCDC9) is unknown color: approx Sinbad. HEX triplet: AD, CD and C9. RGB value is (173,205,201). Sum of RGB (Red+Green+Blue) = 173+205+201=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC9 is #523236. Grayscale: #C2C2C2. Windows color (decimal): -5386807 or 13225389. OLE color: 13225389.

HSL color Cylindrical-coordinate representation of color #ADCDC9: hue angle of 172.5º 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 #ADCDC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB173205201-
CMYK0.1600.020.20
HSL172.5º24.24%74.12%-
HSV(B)172.5º15.61%80.39%-
XYZ49.6156.7663.6-
YUV194.98131.4112.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=29.88%
G=35.41%
B=34.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732052010.1600.020.20172.524.2474.12
HexADCDC9100214ac184a
Octal25531531120022425430112
Binary101011011100110111001001100000101010010101100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC9; }

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

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

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

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

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

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

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

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