#9CD6CF

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

Shades of Sinbad #9CD6CF

Tints of Sinbad #9CD6CF

Color information

#9CD6CF (or 0x9CD6CF) is unknown color: approx Sinbad. HEX triplet: 9C, D6 and CF. RGB value is (156,214,207). Sum of RGB (Red+Green+Blue) = 156+214+207=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6CF is #632930. Grayscale: #C3C3C3. Windows color (decimal): -6498609 or 13620892. OLE color: 13620892.

HSL color Cylindrical-coordinate representation of color #9CD6CF: hue angle of 172.76º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD6CF is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB156214207-
CMYK0.2700.030.16
HSL172.76º41.43%72.55%-
HSV(B)172.76º27.1%83.92%-
XYZ49.0259.6767.96-
YUV195.86134.2899.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=27.04%
G=37.09%
B=35.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562142070.2700.030.16172.7641.4372.55
Hex9CD6CF1B0310ad2949
Octal23432631733032025551111
Binary1001110011010110110011111101101110000101011011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,207); }

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

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

 a { background-color: rgb(156,214,207); }

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

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

 span { border-color: rgb(156,214,207); }

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