#9EDBC8

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

Shades of Scandal #9EDBC8

Tints of Scandal #9EDBC8

Color information

#9EDBC8 (or 0x9EDBC8) is unknown color: approx Scandal. HEX triplet: 9E, DB and C8. RGB value is (158,219,200). Sum of RGB (Red+Green+Blue) = 158+219+200=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC8 is #612437. Grayscale: #C6C6C6. Windows color (decimal): -6366264 or 13163422. OLE color: 13163422.

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

Color convert

RGB158219200-
CMYK0.2800.090.14
HSL161.31º45.86%73.92%-
HSV(B)161.31º27.85%85.88%-
XYZ49.8662.164-
YUV198.6128.7999.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.38%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=27.38%
G=37.95%
B=34.66%

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
Decimal1582192000.2800.090.14161.3145.8673.92
Hex9EDBC81C09Ea12e4a
Octal236333310340111624156112
Binary10011110110110111100100011100010011110101000011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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