#9ACEC5

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

Shades of Sinbad #9ACEC5

Tints of Sinbad #9ACEC5

Color information

#9ACEC5 (or 0x9ACEC5) is unknown color: approx Sinbad. HEX triplet: 9A, CE and C5. RGB value is (154,206,197). Sum of RGB (Red+Green+Blue) = 154+206+197=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEC5 is #65313A. Grayscale: #BDBDBD. Windows color (decimal): -6631739 or 12963482. OLE color: 12963482.

HSL color Cylindrical-coordinate representation of color #9ACEC5: hue angle of 169.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEC5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB154206197-
CMYK0.2500.040.19
HSL169.62º34.67%70.59%-
HSV(B)169.62º25.24%80.78%-
XYZ45.4855.0461.05-
YUV189.43132.27102.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=27.65%
G=36.98%
B=35.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061970.2500.040.19169.6234.6770.59
Hex9ACEC5190413aa2347
Octal23231630531042325243107
Binary10011010110011101100010111001010010011101010101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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