#9EDBCA

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

Shades of Scandal #9EDBCA

Tints of Scandal #9EDBCA

Color information

#9EDBCA (or 0x9EDBCA) is unknown color: approx Scandal. HEX triplet: 9E, DB and CA. RGB value is (158,219,202). Sum of RGB (Red+Green+Blue) = 158+219+202=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCA is #612435. Grayscale: #C6C6C6. Windows color (decimal): -6366262 or 13294494. OLE color: 13294494.

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

Color convert

RGB158219202-
CMYK0.2800.080.14
HSL163.28º45.86%73.92%-
HSV(B)163.28º27.85%85.88%-
XYZ50.0962.265.24-
YUV198.82129.7998.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=27.29%
G=37.82%
B=34.89%

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
Decimal1582192020.2800.080.14163.2845.8673.92
Hex9EDBCA1C08Ea32e4a
Octal236333312340101624356112
Binary10011110110110111100101011100010001110101000111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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