#9FD1CD

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

Shades of Sinbad #9FD1CD

Tints of Sinbad #9FD1CD

Color information

#9FD1CD (or 0x9FD1CD) is unknown color: approx Sinbad. HEX triplet: 9F, D1 and CD. RGB value is (159,209,205). Sum of RGB (Red+Green+Blue) = 159+209+205=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD1CD is #602E32. Grayscale: #C1C1C1. Windows color (decimal): -6303283 or 13488543. OLE color: 13488543.

HSL color Cylindrical-coordinate representation of color #9FD1CD: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD1CD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB159209205-
CMYK0.2400.020.18
HSL175.2º35.21%72.16%-
HSV(B)175.2º23.92%81.96%-
XYZ48.1257.3866.3-
YUV193.59134.44103.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=27.75%
G=36.47%
B=35.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592092050.2400.020.18175.235.2172.16
Hex9FD1CD180212af2348
Octal23732131530022225743110
Binary1001111111010001110011011100001010010101011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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