#9FDAD7

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

Shades of Sinbad #9FDAD7

Tints of Sinbad #9FDAD7

Color information

#9FDAD7 (or 0x9FDAD7) is unknown color: approx Sinbad. HEX triplet: 9F, DA and D7. RGB value is (159,218,215). Sum of RGB (Red+Green+Blue) = 159+218+215=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAD7 is #602528. Grayscale: #C7C7C7. Windows color (decimal): -6300969 or 14146207. OLE color: 14146207.

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

Color convert

RGB159218215-
CMYK0.2700.010.15
HSL176.95º44.36%73.92%-
HSV(B)176.95º27.06%85.49%-
XYZ51.6462.4273.62-
YUV200.02136.4598.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.86%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=26.86%
G=36.82%
B=36.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592182150.2700.010.15176.9544.3673.92
Hex9FDAD71B01Fb12c4a
Octal23733232733011726154112
Binary10011111110110101101011111011011111101100011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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