#9DC7CD

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

Shades of Morning Glory #9DC7CD

Tints of Morning Glory #9DC7CD

Color information

#9DC7CD (or 0x9DC7CD) is unknown color: approx Morning Glory. HEX triplet: 9D, C7 and CD. RGB value is (157,199,205). Sum of RGB (Red+Green+Blue) = 157+199+205=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC7CD is #623832. Grayscale: #BBBBBB. Windows color (decimal): -6436915 or 13485981. OLE color: 13485981.

HSL color Cylindrical-coordinate representation of color #9DC7CD: hue angle of 187.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC7CD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157199205-
CMYK0.230.0300.20
HSL187.5º32.43%70.98%-
HSV(B)187.5º23.41%80.39%-
XYZ45.3552.4265.49-
YUV187.13138.09106.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=27.99%
G=35.47%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571992050.230.0300.20187.532.4370.98
Hex9DC7CD173014bc2047
Octal23530731527302427440107
Binary1001110111000111110011011011111010100101111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,199,205); }

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

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

 a { background-color: rgb(157,199,205); }

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

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

 span { border-color: rgb(157,199,205); }

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