#9EDAD7

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

Shades of Morning Glory #9EDAD7

Tints of Morning Glory #9EDAD7

Color information

#9EDAD7 (or 0x9EDAD7) is unknown color: approx Morning Glory. HEX triplet: 9E, DA and D7. RGB value is (158,218,215). Sum of RGB (Red+Green+Blue) = 158+218+215=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDAD7 is #612528. Grayscale: #C7C7C7. Windows color (decimal): -6366505 or 14146206. OLE color: 14146206.

HSL color Cylindrical-coordinate representation of color #9EDAD7: hue angle of 177º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAD7 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB158218215-
CMYK0.2800.010.15
HSL177º44.78%73.73%-
HSV(B)177º27.52%85.49%-
XYZ51.4462.3273.61-
YUV199.72136.6298.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.73%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=26.73%
G=36.89%
B=36.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582182150.2800.010.1517744.7873.73
Hex9EDAD71C01Fb12d4a
Octal23633232734011726155112
Binary10011110110110101101011111100011111101100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,218,215); }

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

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

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

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

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

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

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