#9FDDDA

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

Shades of Sinbad #9FDDDA

Tints of Sinbad #9FDDDA

Color information

#9FDDDA (or 0x9FDDDA) is unknown color: approx Sinbad. HEX triplet: 9F, DD and DA. RGB value is (159,221,218). Sum of RGB (Red+Green+Blue) = 159+221+218=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDDA is #602225. Grayscale: #CACACA. Windows color (decimal): -6300198 or 14343583. OLE color: 14343583.

HSL color Cylindrical-coordinate representation of color #9FDDDA: hue angle of 177.1º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDDA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB159221218-
CMYK0.2800.010.13
HSL177.1º47.69%74.51%-
HSV(B)177.1º28.05%86.67%-
XYZ52.8164.1575.93-
YUV202.12136.9697.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.59%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=26.59%
G=36.96%
B=36.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592212180.2800.010.13177.147.6974.51
Hex9FDDDA1C01Db1304b
Octal23733533234011526160113
Binary10011111110111011101101011100011101101100011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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