#9EDECD

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

Shades of Scandal #9EDECD

Tints of Scandal #9EDECD

Color information

#9EDECD (or 0x9EDECD) is unknown color: approx Scandal. HEX triplet: 9E, DE and CD. RGB value is (158,222,205). Sum of RGB (Red+Green+Blue) = 158+222+205=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDECD is #612132. Grayscale: #C8C8C8. Windows color (decimal): -6365491 or 13491870. OLE color: 13491870.

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

Color convert

RGB158222205-
CMYK0.2900.080.13
HSL164.06º49.23%74.51%-
HSV(B)164.06º28.83%87.06%-
XYZ51.2463.9267.39-
YUV200.93130.397.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.01%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=27.01%
G=37.95%
B=35.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582222050.2900.080.13164.0649.2374.51
Hex9EDECD1D08Da4314b
Octal236336315350101524461113
Binary10011110110111101100110111101010001101101001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,205); }

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

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

 a { background-color: rgb(158,222,205); }

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

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

 span { border-color: rgb(158,222,205); }

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