#9ACBC5

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

Shades of Sinbad #9ACBC5

Tints of Sinbad #9ACBC5

Color information

#9ACBC5 (or 0x9ACBC5) is unknown color: approx Sinbad. HEX triplet: 9A, CB and C5. RGB value is (154,203,197). Sum of RGB (Red+Green+Blue) = 154+203+197=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACBC5 is #65343A. Grayscale: #BBBBBB. Windows color (decimal): -6632507 or 12962714. OLE color: 12962714.

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

Color convert

RGB154203197-
CMYK0.2400.030.20
HSL172.65º32.03%70%-
HSV(B)172.65º24.14%79.61%-
XYZ44.7653.6160.81-
YUV187.66133.27103.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=27.80%
G=36.64%
B=35.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031970.2400.030.20172.6532.0370
Hex9ACBC5180314ad2046
Octal23231330530032425540106
Binary1001101011001011110001011100001110100101011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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