#9DE0DD

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

Shades of Morning Glory #9DE0DD

Tints of Morning Glory #9DE0DD

Color information

#9DE0DD (or 0x9DE0DD) is unknown color: approx Morning Glory. HEX triplet: 9D, E0 and DD. RGB value is (157,224,221). Sum of RGB (Red+Green+Blue) = 157+224+221=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0DD is #621F22. Grayscale: #CBCBCB. Windows color (decimal): -6430499 or 14540957. OLE color: 14540957.

HSL color Cylindrical-coordinate representation of color #9DE0DD: hue angle of 177.31º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0DD is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB157224221-
CMYK0.3000.010.12
HSL177.31º51.94%74.71%-
HSV(B)177.31º29.91%87.84%-
XYZ53.6165.778.26-
YUV203.62137.894.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=26.08%
G=37.21%
B=36.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572242210.3000.010.12177.3151.9474.71
Hex9DE0DD1E01Cb1344b
Octal23534033536011426164113
Binary10011101111000001101110111110011100101100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,224,221); }

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

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

 a { background-color: rgb(157,224,221); }

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

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

 span { border-color: rgb(157,224,221); }

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