#9ACDC5

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

Shades of Sinbad #9ACDC5

Tints of Sinbad #9ACDC5

Color information

#9ACDC5 (or 0x9ACDC5) is unknown color: approx Sinbad. HEX triplet: 9A, CD and C5. RGB value is (154,205,197). Sum of RGB (Red+Green+Blue) = 154+205+197=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDC5 is #65323A. Grayscale: #BCBCBC. Windows color (decimal): -6631995 or 12963226. OLE color: 12963226.

HSL color Cylindrical-coordinate representation of color #9ACDC5: hue angle of 170.59º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDC5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB154205197-
CMYK0.2500.040.20
HSL170.59º33.77%70.39%-
HSV(B)170.59º24.88%80.39%-
XYZ45.2454.5660.97-
YUV188.84132.6103.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=27.70%
G=36.87%
B=35.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051970.2500.040.20170.5933.7770.39
Hex9ACDC5190414ab2246
Octal23231530531042425342106
Binary10011010110011011100010111001010010100101010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACDC5; }

 p { color: rgb(154,205,197); }

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

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

 a { background-color: rgb(154,205,197); }

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

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

 span { border-color: rgb(154,205,197); }

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