#9EDCCA

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

Shades of Scandal #9EDCCA

Tints of Scandal #9EDCCA

Color information

#9EDCCA (or 0x9EDCCA) is unknown color: approx Scandal. HEX triplet: 9E, DC and CA. RGB value is (158,220,202). Sum of RGB (Red+Green+Blue) = 158+220+202=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCCA is #612335. Grayscale: #C7C7C7. Windows color (decimal): -6366006 or 13294750. OLE color: 13294750.

HSL color Cylindrical-coordinate representation of color #9EDCCA: hue angle of 162.58º 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 #9EDCCA is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB158220202-
CMYK0.2800.080.14
HSL162.58º46.97%74.12%-
HSV(B)162.58º28.18%86.27%-
XYZ50.3562.7265.33-
YUV199.41129.4698.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.24%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=27.24%
G=37.93%
B=34.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582202020.2800.080.14162.5846.9774.12
Hex9EDCCA1C08Ea32f4a
Octal236334312340101624357112
Binary10011110110111001100101011100010001110101000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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