#9EDECB

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

Shades of Scandal #9EDECB

Tints of Scandal #9EDECB

Color information

#9EDECB (or 0x9EDECB) is unknown color: approx Scandal. HEX triplet: 9E, DE and CB. RGB value is (158,222,203). Sum of RGB (Red+Green+Blue) = 158+222+203=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDECB is #612134. Grayscale: #C8C8C8. Windows color (decimal): -6365493 or 13360798. OLE color: 13360798.

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

Color convert

RGB158222203-
CMYK0.2900.090.13
HSL162.19º49.23%74.51%-
HSV(B)162.19º28.83%87.06%-
XYZ5163.8266.13-
YUV200.7129.397.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=27.10%
G=38.08%
B=34.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582222030.2900.090.13162.1949.2374.51
Hex9EDECB1D09Da2314b
Octal236336313350111524261113
Binary10011110110111101100101111101010011101101000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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