#9edbc7

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

Shades of Scandal #9EDBC7

Tints of Scandal #9EDBC7

Color information

#9EDBC7 (or 0x9EDBC7) is unknown color: approx Scandal. HEX triplet: 9E, DB and C7. RGB value is (158,219,199). Sum of RGB (Red+Green+Blue) = 158+219+199=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC7 is #612438. Grayscale: #C6C6C6. Windows color (decimal): -6366265 or 13097886. OLE color: 13097886.

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

Color convert

RGB158219199-
CMYK0.2800.090.14
HSL160.33º45.86%73.92%-
HSV(B)160.33º27.85%85.88%-
XYZ49.7462.0663.39-
YUV198.48128.2999.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=27.43%
G=38.02%
B=34.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191990.2800.090.14160.3345.8673.92
Hex9EDBC71C09Ea02e4a
Octal236333307340111624056112
Binary10011110110110111100011111100010011110101000001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9edbc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,199); }

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

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

 a { background-color: rgb(158,219,199); }

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

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

 span { border-color: rgb(158,219,199); }

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