#9CCBC7

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

Shades of Sinbad #9CCBC7

Tints of Sinbad #9CCBC7

Color information

#9CCBC7 (or 0x9CCBC7) is unknown color: approx Sinbad. HEX triplet: 9C, CB and C7. RGB value is (156,203,199). Sum of RGB (Red+Green+Blue) = 156+203+199=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBC7 is #633438. Grayscale: #BCBCBC. Windows color (decimal): -6501433 or 13093788. OLE color: 13093788.

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

Color convert

RGB156203199-
CMYK0.2300.020.20
HSL174.89º31.13%70.39%-
HSV(B)174.89º23.15%79.61%-
XYZ45.3853.962.05-
YUV188.49133.93104.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=27.96%
G=36.38%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031990.2300.020.20174.8931.1370.39
Hex9CCBC7170214af1f46
Octal23431330727022425737106
Binary100111001100101111000111101110101010010101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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