#9DD7CF

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

Shades of Sinbad #9DD7CF

Tints of Sinbad #9DD7CF

Color information

#9DD7CF (or 0x9DD7CF) is unknown color: approx Sinbad. HEX triplet: 9D, D7 and CF. RGB value is (157,215,207). Sum of RGB (Red+Green+Blue) = 157+215+207=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7CF is #622830. Grayscale: #C4C4C4. Windows color (decimal): -6432817 or 13621149. OLE color: 13621149.

HSL color Cylindrical-coordinate representation of color #9DD7CF: hue angle of 171.72º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD7CF is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB157215207-
CMYK0.2700.040.16
HSL171.72º42.03%72.94%-
HSV(B)171.72º26.98%84.31%-
XYZ49.4760.2768.06-
YUV196.75133.7899.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.12%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=27.12%
G=37.13%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572152070.2700.040.16171.7242.0372.94
Hex9DD7CF1B0410ac2a49
Octal23532731733042025452111
Binary10011101110101111100111111011010010000101011001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,207); }

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

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

 a { background-color: rgb(157,215,207); }

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

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

 span { border-color: rgb(157,215,207); }

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