#9FDACE

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

Shades of Sinbad #9FDACE

Tints of Sinbad #9FDACE

Color information

#9FDACE (or 0x9FDACE) is unknown color: approx Sinbad. HEX triplet: 9F, DA and CE. RGB value is (159,218,206). Sum of RGB (Red+Green+Blue) = 159+218+206=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDACE is #602531. Grayscale: #C6C6C6. Windows color (decimal): -6300978 or 13556383. OLE color: 13556383.

HSL color Cylindrical-coordinate representation of color #9FDACE: hue angle of 167.8º degrees, saturation: 0.44, 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 #9FDACE is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB159218206-
CMYK0.2700.060.15
HSL167.8º44.36%73.92%-
HSV(B)167.8º27.06%85.49%-
XYZ50.5161.9767.69-
YUV198.99131.9599.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=27.27%
G=37.39%
B=35.33%

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
Decimal1592182060.2700.060.15167.844.3673.92
Hex9FDACE1B06Fa82c4a
Octal23733231633061725054112
Binary1001111111011010110011101101101101111101010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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