#9CCBC5

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

Shades of Sinbad #9CCBC5

Tints of Sinbad #9CCBC5

Color information

#9CCBC5 (or 0x9CCBC5) is unknown color: approx Sinbad. HEX triplet: 9C, CB and C5. RGB value is (156,203,197). Sum of RGB (Red+Green+Blue) = 156+203+197=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBC5 is #63343A. Grayscale: #BCBCBC. Windows color (decimal): -6501435 or 12962716. OLE color: 12962716.

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

Color convert

RGB156203197-
CMYK0.2300.030.20
HSL172.34º31.13%70.39%-
HSV(B)172.34º23.15%79.61%-
XYZ45.1453.8160.83-
YUV188.26132.93104.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=28.06%
G=36.51%
B=35.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031970.2300.030.20172.3431.1370.39
Hex9CCBC5170314ac1f46
Octal23431330527032425437106
Binary100111001100101111000101101110111010010101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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