#9EDCDC

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

Shades of Morning Glory #9EDCDC

Tints of Morning Glory #9EDCDC

Color information

#9EDCDC (or 0x9EDCDC) is unknown color: approx Morning Glory. HEX triplet: 9E, DC and DC. RGB value is (158,220,220). Sum of RGB (Red+Green+Blue) = 158+220+220=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #9EDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCDC is #612323. Grayscale: #C9C9C9. Windows color (decimal): -6365988 or 14474398. OLE color: 14474398.

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

Color convert

RGB158220220-
CMYK0.28000.14
HSL180º46.97%74.12%-
HSV(B)180º28.18%86.27%-
XYZ52.6163.6277.22-
YUV201.46138.4697-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.42%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=26.42%
G=36.79%
B=36.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582202200.28000.1418046.9774.12
Hex9EDCDC1C00Eb42f4a
Octal23633433434001626457112
Binary10011110110111001101110011100001110101101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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