#9FDDCD

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

Shades of Scandal #9FDDCD

Tints of Scandal #9FDDCD

Color information

#9FDDCD (or 0x9FDDCD) is unknown color: approx Scandal. HEX triplet: 9F, DD and CD. RGB value is (159,221,205). Sum of RGB (Red+Green+Blue) = 159+221+205=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDCD is #602232. Grayscale: #C8C8C8. Windows color (decimal): -6300211 or 13491615. OLE color: 13491615.

HSL color Cylindrical-coordinate representation of color #9FDDCD: hue angle of 164.52º 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 #9FDDCD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB159221205-
CMYK0.2800.070.13
HSL164.52º47.69%74.51%-
HSV(B)164.52º28.05%86.67%-
XYZ51.1763.4967.32-
YUV200.64130.4698.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=27.18%
G=37.78%
B=35.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592212050.2800.070.13164.5247.6974.51
Hex9FDDCD1C07Da5304b
Octal23733531534071524560113
Binary1001111111011101110011011110001111101101001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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