#8ECBCC

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

Shades of Morning Glory #8ECBCC

Tints of Morning Glory #8ECBCC

Color information

#8ECBCC (or 0x8ECBCC) is unknown color: approx Morning Glory. HEX triplet: 8E, CB and CC. RGB value is (142,203,204). Sum of RGB (Red+Green+Blue) = 142+203+204=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ECBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBCC is #713433. Grayscale: #B8B8B8. Windows color (decimal): -7418932 or 13421454. OLE color: 13421454.

HSL color Cylindrical-coordinate representation of color #8ECBCC: hue angle of 180.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBCC is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142203204-
CMYK0.300.0000.2
HSL180.97º37.8%67.84%-
HSV(B)180.97º30.39%80%-
XYZ43.4152.8265.03-
YUV184.87138.7997.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=25.87%
G=36.98%
B=37.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1422032040.300.0000.2180.9737.867.84
Hex8ECBCC1E0014b52644
Octal21631331436002426546104
Binary100011101100101111001100111100010100101101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECBCC; }

 p { color: rgb(142,203,204); }

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

<style>
 a { background-color: #8ECBCC; }

 a { background-color: rgb(142,203,204); }

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

<style>
 span { border-color: #8ECBCC; }

 span { border-color: rgb(142,203,204); }

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