#9DD4CB

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

Shades of Sinbad #9DD4CB

Tints of Sinbad #9DD4CB

Color information

#9DD4CB (or 0x9DD4CB) is unknown color: approx Sinbad. HEX triplet: 9D, D4 and CB. RGB value is (157,212,203). Sum of RGB (Red+Green+Blue) = 157+212+203=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4CB is #622B34. Grayscale: #C2C2C2. Windows color (decimal): -6433589 or 13358237. OLE color: 13358237.

HSL color Cylindrical-coordinate representation of color #9DD4CB: hue angle of 170.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4CB is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB157212203-
CMYK0.2600.040.17
HSL170.18º39.01%72.35%-
HSV(B)170.18º25.94%83.14%-
XYZ48.2358.5765.26-
YUV194.53132.78101.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=27.45%
G=37.06%
B=35.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572122030.2600.040.17170.1839.0172.35
Hex9DD4CB1A0411aa2748
Octal23532431332042125247110
Binary10011101110101001100101111010010010001101010101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,203); }

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

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

 a { background-color: rgb(157,212,203); }

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

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

 span { border-color: rgb(157,212,203); }

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