#9CDED7

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

Shades of Sinbad #9CDED7

Tints of Sinbad #9CDED7

Color information

#9CDED7 (or 0x9CDED7) is unknown color: approx Sinbad. HEX triplet: 9C, DE and D7. RGB value is (156,222,215). Sum of RGB (Red+Green+Blue) = 156+222+215=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDED7 is #632128. Grayscale: #C9C9C9. Windows color (decimal): -6496553 or 14147228. OLE color: 14147228.

HSL color Cylindrical-coordinate representation of color #9CDED7: hue angle of 173.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 #9CDED7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB156222215-
CMYK0.3000.030.13
HSL173.64º50%74.12%-
HSV(B)173.64º29.73%87.06%-
XYZ52.164.2273.94-
YUV201.47135.6395.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.31%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=26.31%
G=37.44%
B=36.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562222150.3000.030.13173.645074.12
Hex9CDED71E03Dae324a
Octal23433632736031525662112
Binary100111001101111011010111111100111101101011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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