#9fdcd1

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

Shades of Sinbad #9FDCD1

Tints of Sinbad #9FDCD1

Color information

#9FDCD1 (or 0x9FDCD1) is unknown color: approx Sinbad. HEX triplet: 9F, DC and D1. RGB value is (159,220,209). Sum of RGB (Red+Green+Blue) = 159+220+209=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCD1 is #60232E. Grayscale: #C8C8C8. Windows color (decimal): -6300463 or 13753503. OLE color: 13753503.

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

Color convert

RGB159220209-
CMYK0.2800.050.14
HSL169.18º46.56%74.31%-
HSV(B)169.18º27.73%86.27%-
XYZ51.463.1669.8-
YUV200.51132.7998.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 209 (82.03% from 255) = 35.54%
R=27.04%
G=37.41%
B=35.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592202090.2800.050.14169.1846.5674.31
Hex9FDCD11C05Ea92f4a
Octal23733432134051625157112
Binary1001111111011100110100011110001011110101010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fdcd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,209); }

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

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

 a { background-color: rgb(159,220,209); }

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

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

 span { border-color: rgb(159,220,209); }

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