#9FDFCC

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

Shades of Scandal #9FDFCC

Tints of Scandal #9FDFCC

Color information

#9FDFCC (or 0x9FDFCC) is unknown color: approx Scandal. HEX triplet: 9F, DF and CC. RGB value is (159,223,204). Sum of RGB (Red+Green+Blue) = 159+223+204=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFCC is #602033. Grayscale: #C9C9C9. Windows color (decimal): -6299700 or 13426591. OLE color: 13426591.

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

Color convert

RGB159223204-
CMYK0.2900.090.13
HSL162.19º50%74.9%-
HSV(B)162.19º28.7%87.45%-
XYZ51.5864.5166.86-
YUV201.7129.397.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=27.13%
G=38.05%
B=34.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232040.2900.090.13162.195074.9
Hex9FDFCC1D09Da2324b
Octal237337314350111524262113
Binary10011111110111111100110011101010011101101000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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