#9FD7CE

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

Shades of Sinbad #9FD7CE

Tints of Sinbad #9FD7CE

Color information

#9FD7CE (or 0x9FD7CE) is unknown color: approx Sinbad. HEX triplet: 9F, D7 and CE. RGB value is (159,215,206). Sum of RGB (Red+Green+Blue) = 159+215+206=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD7CE is #602831. Grayscale: #C5C5C5. Windows color (decimal): -6301746 or 13555615. OLE color: 13555615.

HSL color Cylindrical-coordinate representation of color #9FD7CE: hue angle of 170.36º degrees, saturation: 0.41, 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 #9FD7CE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB159215206-
CMYK0.2600.040.16
HSL170.36º41.18%73.33%-
HSV(B)170.36º26.05%84.31%-
XYZ49.7460.4367.43-
YUV197.23132.95100.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=27.41%
G=37.07%
B=35.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592152060.2600.040.16170.3641.1873.33
Hex9FD7CE1A0410aa2949
Octal23732731632042025251111
Binary10011111110101111100111011010010010000101010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,215,206); }

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

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

 a { background-color: rgb(159,215,206); }

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

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

 span { border-color: rgb(159,215,206); }

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