#9FDDC9

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

Shades of Scandal #9FDDC9

Tints of Scandal #9FDDC9

Color information

#9FDDC9 (or 0x9FDDC9) is unknown color: approx Scandal. HEX triplet: 9F, DD and C9. RGB value is (159,221,201). Sum of RGB (Red+Green+Blue) = 159+221+201=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDC9 is #602236. Grayscale: #C8C8C8. Windows color (decimal): -6300215 or 13229471. OLE color: 13229471.

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

Color convert

RGB159221201-
CMYK0.2800.090.13
HSL160.65º47.69%74.51%-
HSV(B)160.65º28.05%86.67%-
XYZ50.763.364.8-
YUV200.18128.4698.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=27.37%
G=38.04%
B=34.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592212010.2800.090.13160.6547.6974.51
Hex9FDDC91C09Da1304b
Octal237335311340111524160113
Binary10011111110111011100100111100010011101101000011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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