#9DDCD2

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

Shades of Sinbad #9DDCD2

Tints of Sinbad #9DDCD2

Color information

#9DDCD2 (or 0x9DDCD2) is unknown color: approx Sinbad. HEX triplet: 9D, DC and D2. RGB value is (157,220,210). Sum of RGB (Red+Green+Blue) = 157+220+210=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCD2 is #62232D. Grayscale: #C7C7C7. Windows color (decimal): -6431534 or 13819037. OLE color: 13819037.

HSL color Cylindrical-coordinate representation of color #9DDCD2: hue angle of 170.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCD2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB157220210-
CMYK0.2900.050.14
HSL170.48º47.37%73.92%-
HSV(B)170.48º28.64%86.27%-
XYZ51.1363.0170.44-
YUV200.02133.6397.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 210 (82.42% from 255) = 35.78%
R=26.75%
G=37.48%
B=35.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202100.2900.050.14170.4847.3773.92
Hex9DDCD21D05Eaa2f4a
Octal23533432235051625257112
Binary1001110111011100110100101110101011110101010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,210); }

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

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

 a { background-color: rgb(157,220,210); }

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

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

 span { border-color: rgb(157,220,210); }

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