#9ECDCA

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

Shades of Morning Glory #9ECDCA

Tints of Morning Glory #9ECDCA

Color information

#9ECDCA (or 0x9ECDCA) is unknown color: approx Morning Glory. HEX triplet: 9E, CD and CA. RGB value is (158,205,202). Sum of RGB (Red+Green+Blue) = 158+205+202=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDCA is #613235. Grayscale: #BEBEBE. Windows color (decimal): -6369846 or 13290910. OLE color: 13290910.

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

Color convert

RGB158205202-
CMYK0.2300.010.20
HSL176.17º31.97%71.18%-
HSV(B)176.17º22.93%80.39%-
XYZ46.5955.264.08-
YUV190.6134.43104.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=27.96%
G=36.28%
B=35.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582052020.2300.010.20176.1731.9771.18
Hex9ECDCA170114b02047
Octal23631531227012426040107
Binary100111101100110111001010101110110100101100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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