#9CDECC

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

Shades of Sinbad #9CDECC

Tints of Sinbad #9CDECC

Color information

#9CDECC (or 0x9CDECC) is unknown color: approx Sinbad. HEX triplet: 9C, DE and CC. RGB value is (156,222,204). Sum of RGB (Red+Green+Blue) = 156+222+204=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDECC is #632133. Grayscale: #C8C8C8. Windows color (decimal): -6496564 or 13426332. OLE color: 13426332.

HSL color Cylindrical-coordinate representation of color #9CDECC: hue angle of 163.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDECC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB156222204-
CMYK0.3000.080.13
HSL163.64º50%74.12%-
HSV(B)163.64º29.73%87.06%-
XYZ50.7363.6766.74-
YUV200.21130.1396.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.80%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=26.80%
G=38.14%
B=35.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562222040.3000.080.13163.645074.12
Hex9CDECC1E08Da4324a
Octal234336314360101524462112
Binary10011100110111101100110011110010001101101001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,204); }

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

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

 a { background-color: rgb(156,222,204); }

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

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

 span { border-color: rgb(156,222,204); }

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