#9EDADD

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

Shades of Morning Glory #9EDADD

Tints of Morning Glory #9EDADD

Color information

#9EDADD (or 0x9EDADD) is unknown color: approx Morning Glory. HEX triplet: 9E, DA and DD. RGB value is (158,218,221). Sum of RGB (Red+Green+Blue) = 158+218+221=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDADD is #612522. Grayscale: #C8C8C8. Windows color (decimal): -6366499 or 14539422. OLE color: 14539422.

HSL color Cylindrical-coordinate representation of color #9EDADD: hue angle of 182.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDADD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158218221-
CMYK0.290.0100.13
HSL182.86º48.09%74.31%-
HSV(B)182.86º28.51%86.67%-
XYZ52.2262.6377.74-
YUV200.4139.6297.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=26.47%
G=36.52%
B=37.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582182210.290.0100.13182.8648.0974.31
Hex9EDADD1D10Db7304a
Octal23633233535101526760112
Binary10011110110110101101110111101101101101101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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