#9FD6CB

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

Shades of Sinbad #9FD6CB

Tints of Sinbad #9FD6CB

Color information

#9FD6CB (or 0x9FD6CB) is unknown color: approx Sinbad. HEX triplet: 9F, D6 and CB. RGB value is (159,214,203). Sum of RGB (Red+Green+Blue) = 159+214+203=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6CB is #602934. Grayscale: #C4C4C4. Windows color (decimal): -6302005 or 13358751. OLE color: 13358751.

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

Color convert

RGB159214203-
CMYK0.2600.050.16
HSL168º40.15%73.14%-
HSV(B)168º25.7%83.92%-
XYZ49.1259.7865.45-
YUV196.3131.78101.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.60%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=27.60%
G=37.15%
B=35.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592142030.2600.050.1616840.1573.14
Hex9FD6CB1A0510a82849
Octal23732631332052025050111
Binary10011111110101101100101111010010110000101010001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,203); }

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

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

 a { background-color: rgb(159,214,203); }

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

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

 span { border-color: rgb(159,214,203); }

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