#9EDADC

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

Shades of Morning Glory #9EDADC

Tints of Morning Glory #9EDADC

Color information

#9EDADC (or 0x9EDADC) is unknown color: approx Morning Glory. HEX triplet: 9E, DA and DC. RGB value is (158,218,220). Sum of RGB (Red+Green+Blue) = 158+218+220=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDADC is #612523. Grayscale: #C8C8C8. Windows color (decimal): -6366500 or 14473886. OLE color: 14473886.

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

Color convert

RGB158218220-
CMYK0.280.0100.14
HSL181.94º46.97%74.12%-
HSV(B)181.94º28.18%86.27%-
XYZ52.0962.5877.04-
YUV200.29139.1297.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.51%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=26.51%
G=36.58%
B=36.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582182200.280.0100.14181.9446.9774.12
Hex9EDADC1C10Eb62f4a
Octal23633233434101626657112
Binary10011110110110101101110011100101110101101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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