#9EC7CD

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

Shades of Morning Glory #9EC7CD

Tints of Morning Glory #9EC7CD

Color information

#9EC7CD (or 0x9EC7CD) is unknown color: approx Morning Glory. HEX triplet: 9E, C7 and CD. RGB value is (158,199,205). Sum of RGB (Red+Green+Blue) = 158+199+205=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7CD is #613832. Grayscale: #BBBBBB. Windows color (decimal): -6371379 or 13485982. OLE color: 13485982.

HSL color Cylindrical-coordinate representation of color #9EC7CD: hue angle of 187.66º 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 #9EC7CD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158199205-
CMYK0.230.0300.20
HSL187.66º31.97%71.18%-
HSV(B)187.66º22.93%80.39%-
XYZ45.5452.5265.5-
YUV187.42137.92107.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.11%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=28.11%
G=35.41%
B=36.48%

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
Decimal1581992050.230.0300.20187.6631.9771.18
Hex9EC7CD173014bc2047
Octal23630731527302427440107
Binary1001111011000111110011011011111010100101111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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