#9FDFCF

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

Shades of Scandal #9FDFCF

Tints of Scandal #9FDFCF

Color information

#9FDFCF (or 0x9FDFCF) is unknown color: approx Scandal. HEX triplet: 9F, DF and CF. RGB value is (159,223,207). Sum of RGB (Red+Green+Blue) = 159+223+207=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFCF is #602030. Grayscale: #CACACA. Windows color (decimal): -6299697 or 13623199. OLE color: 13623199.

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

Color convert

RGB159223207-
CMYK0.2900.070.13
HSL165º50%74.9%-
HSV(B)165º28.7%87.45%-
XYZ51.9564.6568.77-
YUV202.04130.897.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.99%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=26.99%
G=37.86%
B=35.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232070.2900.070.131655074.9
Hex9FDFCF1D07Da5324b
Octal23733731735071524562113
Binary1001111111011111110011111110101111101101001011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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