#9FDFDC

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

Shades of Sinbad #9FDFDC

Tints of Sinbad #9FDFDC

Color information

#9FDFDC (or 0x9FDFDC) is unknown color: approx Sinbad. HEX triplet: 9F, DF and DC. RGB value is (159,223,220). Sum of RGB (Red+Green+Blue) = 159+223+220=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDC is #602023. Grayscale: #CBCBCB. Windows color (decimal): -6299684 or 14475167. OLE color: 14475167.

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

Color convert

RGB159223220-
CMYK0.2900.010.13
HSL177.19º50%74.9%-
HSV(B)177.19º28.7%87.45%-
XYZ53.665.3177.49-
YUV203.52137.396.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=26.41%
G=37.04%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232200.2900.010.13177.195074.9
Hex9FDFDC1D01Db1324b
Octal23733733435011526162113
Binary10011111110111111101110011101011101101100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,220); }

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

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

 a { background-color: rgb(159,223,220); }

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

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

 span { border-color: rgb(159,223,220); }

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