#9FDFC8

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

Shades of Scandal #9FDFC8

Tints of Scandal #9FDFC8

Color information

#9FDFC8 (or 0x9FDFC8) is unknown color: approx Scandal. HEX triplet: 9F, DF and C8. RGB value is (159,223,200). Sum of RGB (Red+Green+Blue) = 159+223+200=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFC8 is #602037. Grayscale: #C9C9C9. Windows color (decimal): -6299704 or 13164447. OLE color: 13164447.

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

Color convert

RGB159223200-
CMYK0.2900.100.13
HSL158.44º50%74.9%-
HSV(B)158.44º28.7%87.45%-
XYZ51.1164.3264.36-
YUV201.24127.397.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=27.32%
G=38.32%
B=34.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592232000.2900.100.13158.445074.9
Hex9FDFC81D0AD9e324b
Octal237337310350121523662113
Binary10011111110111111100100011101010101101100111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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