#9CDCCC

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

Shades of Sinbad #9CDCCC

Tints of Sinbad #9CDCCC

Color information

#9CDCCC (or 0x9CDCCC) is unknown color: approx Sinbad. HEX triplet: 9C, DC and CC. RGB value is (156,220,204). Sum of RGB (Red+Green+Blue) = 156+220+204=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCCC is #632333. Grayscale: #C7C7C7. Windows color (decimal): -6497076 or 13425820. OLE color: 13425820.

HSL color Cylindrical-coordinate representation of color #9CDCCC: hue angle of 165º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCCC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB156220204-
CMYK0.2900.070.14
HSL165º47.76%73.73%-
HSV(B)165º29.09%86.27%-
XYZ50.262.6166.57-
YUV199.04130.897.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=26.90%
G=37.93%
B=35.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562202040.2900.070.1416547.7673.73
Hex9CDCCC1D07Ea5304a
Octal23433431435071624560112
Binary1001110011011100110011001110101111110101001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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