#9EDBD8

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

Shades of Morning Glory #9EDBD8

Tints of Morning Glory #9EDBD8

Color information

#9EDBD8 (or 0x9EDBD8) is unknown color: approx Morning Glory. HEX triplet: 9E, DB and D8. RGB value is (158,219,216). Sum of RGB (Red+Green+Blue) = 158+219+216=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBD8 is #612427. Grayscale: #C8C8C8. Windows color (decimal): -6366248 or 14211998. OLE color: 14211998.

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

Color convert

RGB158219216-
CMYK0.2800.010.14
HSL177.05º45.86%73.92%-
HSV(B)177.05º27.85%85.88%-
XYZ51.8362.8974.37-
YUV200.42136.7997.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.64%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 216 (84.77% from 255) = 36.42%
R=26.64%
G=36.93%
B=36.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582192160.2800.010.14177.0545.8673.92
Hex9EDBD81C01Eb12e4a
Octal23633333034011626156112
Binary10011110110110111101100011100011110101100011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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