#9CD6CE

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

Shades of Sinbad #9CD6CE

Tints of Sinbad #9CD6CE

Color information

#9CD6CE (or 0x9CD6CE) is unknown color: approx Sinbad. HEX triplet: 9C, D6 and CE. RGB value is (156,214,206). Sum of RGB (Red+Green+Blue) = 156+214+206=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6CE is #632931. Grayscale: #C3C3C3. Windows color (decimal): -6498610 or 13555356. OLE color: 13555356.

HSL color Cylindrical-coordinate representation of color #9CD6CE: hue angle of 171.72º 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 #9CD6CE is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB156214206-
CMYK0.2700.040.16
HSL171.72º41.43%72.55%-
HSV(B)171.72º27.1%83.92%-
XYZ48.959.6267.32-
YUV195.75133.7899.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.08%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=27.08%
G=37.15%
B=35.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562142060.2700.040.16171.7241.4372.55
Hex9CD6CE1B0410ac2949
Octal23432631633042025451111
Binary10011100110101101100111011011010010000101011001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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