#9FDACF

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

Shades of Sinbad #9FDACF

Tints of Sinbad #9FDACF

Color information

#9FDACF (or 0x9FDACF) is unknown color: approx Sinbad. HEX triplet: 9F, DA and CF. RGB value is (159,218,207). Sum of RGB (Red+Green+Blue) = 159+218+207=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDACF is #602530. Grayscale: #C7C7C7. Windows color (decimal): -6300977 or 13621919. OLE color: 13621919.

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

Color convert

RGB159218207-
CMYK0.2700.050.15
HSL168.81º44.36%73.92%-
HSV(B)168.81º27.06%85.49%-
XYZ50.6362.0268.33-
YUV199.1132.4599.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=27.23%
G=37.33%
B=35.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592182070.2700.050.15168.8144.3673.92
Hex9FDACF1B05Fa92c4a
Octal23733231733051725154112
Binary1001111111011010110011111101101011111101010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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