#9FDACA

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

Shades of Scandal #9FDACA

Tints of Scandal #9FDACA

Color information

#9FDACA (or 0x9FDACA) is unknown color: approx Scandal. HEX triplet: 9F, DA and CA. RGB value is (159,218,202). Sum of RGB (Red+Green+Blue) = 159+218+202=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDACA is #602535. Grayscale: #C6C6C6. Windows color (decimal): -6300982 or 13294239. OLE color: 13294239.

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

Color convert

RGB159218202-
CMYK0.2700.070.15
HSL163.73º44.36%73.92%-
HSV(B)163.73º27.06%85.49%-
XYZ50.0361.7865.16-
YUV198.54129.9599.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.46%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=27.46%
G=37.65%
B=34.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592182020.2700.070.15163.7344.3673.92
Hex9FDACA1B07Fa42c4a
Octal23733231233071724454112
Binary1001111111011010110010101101101111111101001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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