#9EDBDA

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

Shades of Morning Glory #9EDBDA

Tints of Morning Glory #9EDBDA

Color information

#9EDBDA (or 0x9EDBDA) is unknown color: approx Morning Glory. HEX triplet: 9E, DB and DA. RGB value is (158,219,218). Sum of RGB (Red+Green+Blue) = 158+219+218=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDA is #612425. Grayscale: #C8C8C8. Windows color (decimal): -6366246 or 14343070. OLE color: 14343070.

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

Color convert

RGB158219218-
CMYK0.2800.000.14
HSL179.02º45.86%73.92%-
HSV(B)179.02º27.85%85.88%-
XYZ52.0962.9975.74-
YUV200.65137.7997.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=26.55%
G=36.81%
B=36.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582192180.2800.000.14179.0245.8673.92
Hex9EDBDA1C00Eb32e4a
Octal23633333234001626356112
Binary10011110110110111101101011100001110101100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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