#9CDAC9

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

Shades of Sinbad #9CDAC9

Tints of Sinbad #9CDAC9

Color information

#9CDAC9 (or 0x9CDAC9) is unknown color: approx Sinbad. HEX triplet: 9C, DA and C9. RGB value is (156,218,201). Sum of RGB (Red+Green+Blue) = 156+218+201=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAC9 is #632536. Grayscale: #C5C5C5. Windows color (decimal): -6497591 or 13228700. OLE color: 13228700.

HSL color Cylindrical-coordinate representation of color #9CDAC9: hue angle of 163.55º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAC9 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB156218201-
CMYK0.2800.080.15
HSL163.55º45.59%73.33%-
HSV(B)163.55º28.44%85.49%-
XYZ49.3261.4364.52-
YUV197.52129.9698.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=27.13%
G=37.91%
B=34.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562182010.2800.080.15163.5545.5973.33
Hex9CDAC91C08Fa42e49
Octal234332311340101724456111
Binary10011100110110101100100111100010001111101001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,201); }

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

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

 a { background-color: rgb(156,218,201); }

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

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

 span { border-color: rgb(156,218,201); }

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