#9CDDD0

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

Shades of Sinbad #9CDDD0

Tints of Sinbad #9CDDD0

Color information

#9CDDD0 (or 0x9CDDD0) is unknown color: approx Sinbad. HEX triplet: 9C, DD and D0. RGB value is (156,221,208). Sum of RGB (Red+Green+Blue) = 156+221+208=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDD0 is #63222F. Grayscale: #C8C8C8. Windows color (decimal): -6496816 or 13688220. OLE color: 13688220.

HSL color Cylindrical-coordinate representation of color #9CDDD0: hue angle of 168º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDD0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB156221208-
CMYK0.2900.060.13
HSL168º48.87%73.92%-
HSV(B)168º29.41%86.67%-
XYZ50.9563.3369.21-
YUV200.08132.4796.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=26.67%
G=37.78%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562212080.2900.060.1316848.8773.92
Hex9CDDD01D06Da8314a
Octal23433532035061525061112
Binary1001110011011101110100001110101101101101010001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,208); }

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

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

 a { background-color: rgb(156,221,208); }

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

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

 span { border-color: rgb(156,221,208); }

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