#9ECFCD

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

Shades of Morning Glory #9ECFCD

Tints of Morning Glory #9ECFCD

Color information

#9ECFCD (or 0x9ECFCD) is unknown color: approx Morning Glory. HEX triplet: 9E, CF and CD. RGB value is (158,207,205). Sum of RGB (Red+Green+Blue) = 158+207+205=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFCD is #613032. Grayscale: #C0C0C0. Windows color (decimal): -6369331 or 13488030. OLE color: 13488030.

HSL color Cylindrical-coordinate representation of color #9ECFCD: hue angle of 177.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFCD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB158207205-
CMYK0.2400.010.19
HSL177.55º33.79%71.57%-
HSV(B)177.55º23.67%81.18%-
XYZ47.4356.366.13-
YUV192.12135.27103.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.72%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=27.72%
G=36.32%
B=35.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582072050.2400.010.19177.5533.7971.57
Hex9ECFCD180113b22248
Octal23631731530012326242110
Binary100111101100111111001101110000110011101100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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