#9FDAD6

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

Shades of Sinbad #9FDAD6

Tints of Sinbad #9FDAD6

Color information

#9FDAD6 (or 0x9FDAD6) is unknown color: approx Sinbad. HEX triplet: 9F, DA and D6. RGB value is (159,218,214). Sum of RGB (Red+Green+Blue) = 159+218+214=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAD6 is #602529. Grayscale: #C7C7C7. Windows color (decimal): -6300970 or 14080671. OLE color: 14080671.

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

Color convert

RGB159218214-
CMYK0.2700.020.15
HSL175.93º44.36%73.92%-
HSV(B)175.93º27.06%85.49%-
XYZ51.5162.3772.94-
YUV199.9135.9598.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=26.90%
G=36.89%
B=36.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592182140.2700.020.15175.9344.3673.92
Hex9FDAD61B02Fb02c4a
Octal23733232633021726054112
Binary100111111101101011010110110110101111101100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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