#9DD6D4

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

Shades of Morning Glory #9DD6D4

Tints of Morning Glory #9DD6D4

Color information

#9DD6D4 (or 0x9DD6D4) is unknown color: approx Morning Glory. HEX triplet: 9D, D6 and D4. RGB value is (157,214,212). Sum of RGB (Red+Green+Blue) = 157+214+212=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6D4 is #62292B. Grayscale: #C4C4C4. Windows color (decimal): -6433068 or 13948573. OLE color: 13948573.

HSL color Cylindrical-coordinate representation of color #9DD6D4: hue angle of 177.89º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6D4 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB157214212-
CMYK0.2700.010.16
HSL177.89º41.01%72.75%-
HSV(B)177.89º26.64%83.92%-
XYZ49.8360.0171.24-
YUV196.73136.6299.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.93%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=26.93%
G=36.71%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572142120.2700.010.16177.8941.0172.75
Hex9DD6D41B0110b22949
Octal23532632433012026251111
Binary100111011101011011010100110110110000101100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,214,212); }

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

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

 a { background-color: rgb(157,214,212); }

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

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

 span { border-color: rgb(157,214,212); }

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