#9EDEDB

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

Shades of Morning Glory #9EDEDB

Tints of Morning Glory #9EDEDB

Color information

#9EDEDB (or 0x9EDEDB) is unknown color: approx Morning Glory. HEX triplet: 9E, DE and DB. RGB value is (158,222,219). Sum of RGB (Red+Green+Blue) = 158+222+219=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEDB is #612124. Grayscale: #CACACA. Windows color (decimal): -6365477 or 14409374. OLE color: 14409374.

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

Color convert

RGB158222219-
CMYK0.2900.010.13
HSL177.19º49.23%74.51%-
HSV(B)177.19º28.83%87.06%-
XYZ53.0164.6376.7-
YUV202.52137.396.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=26.38%
G=37.06%
B=36.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582222190.2900.010.13177.1949.2374.51
Hex9EDEDB1D01Db1314b
Octal23633633335011526161113
Binary10011110110111101101101111101011101101100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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