#9EDCC6

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

Shades of Scandal #9EDCC6

Tints of Scandal #9EDCC6

Color information

#9EDCC6 (or 0x9EDCC6) is unknown color: approx Scandal. HEX triplet: 9E, DC and C6. RGB value is (158,220,198). Sum of RGB (Red+Green+Blue) = 158+220+198=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCC6 is #612339. Grayscale: #C6C6C6. Windows color (decimal): -6366010 or 13032606. OLE color: 13032606.

HSL color Cylindrical-coordinate representation of color #9EDCC6: hue angle of 158.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCC6 is Cyan = 0.28, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB158220198-
CMYK0.2800.10.14
HSL158.71º46.97%74.12%-
HSV(B)158.71º28.18%86.27%-
XYZ49.8962.5362.87-
YUV198.95127.4698.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=27.43%
G=38.19%
B=34.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201980.2800.10.14158.7146.9774.12
Hex9EDCC61C0AE9f2f4a
Octal236334306340121623757112
Binary10011110110111001100011011100010101110100111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,198); }

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

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

 a { background-color: rgb(158,220,198); }

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

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

 span { border-color: rgb(158,220,198); }

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