#9FD9CD

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

Shades of Sinbad #9FD9CD

Tints of Sinbad #9FD9CD

Color information

#9FD9CD (or 0x9FD9CD) is unknown color: approx Sinbad. HEX triplet: 9F, D9 and CD. RGB value is (159,217,205). Sum of RGB (Red+Green+Blue) = 159+217+205=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD9CD is #602632. Grayscale: #C6C6C6. Windows color (decimal): -6301235 or 13490591. OLE color: 13490591.

HSL color Cylindrical-coordinate representation of color #9FD9CD: hue angle of 167.59º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FD9CD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB159217205-
CMYK0.2700.060.15
HSL167.59º43.28%73.73%-
HSV(B)167.59º26.73%85.1%-
XYZ50.1361.466.97-
YUV198.29131.7899.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=27.37%
G=37.35%
B=35.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592172050.2700.060.15167.5943.2873.73
Hex9FD9CD1B06Fa82b4a
Octal23733131533061725053112
Binary1001111111011001110011011101101101111101010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,205); }

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

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

 a { background-color: rgb(159,217,205); }

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

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

 span { border-color: rgb(159,217,205); }

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