#8EC5CA

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

Shades of Morning Glory #8EC5CA

Tints of Morning Glory #8EC5CA

Color information

#8EC5CA (or 0x8EC5CA) is unknown color: approx Morning Glory. HEX triplet: 8E, C5 and CA. RGB value is (142,197,202). Sum of RGB (Red+Green+Blue) = 142+197+202=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5CA is #713A35. Grayscale: #B5B5B5. Windows color (decimal): -7420470 or 13288846. OLE color: 13288846.

HSL color Cylindrical-coordinate representation of color #8EC5CA: hue angle of 185º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC5CA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142197202-
CMYK0.300.0200.21
HSL185º36.14%67.45%-
HSV(B)185º29.7%79.22%-
XYZ41.7849.9563.32-
YUV181.12139.78100.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=26.25%
G=36.41%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421972020.300.0200.2118536.1467.45
Hex8EC5CA1E2015b92443
Octal21630531236202527144103
Binary1000111011000101110010101111010010101101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,202); }

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

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

 a { background-color: rgb(142,197,202); }

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

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

 span { border-color: rgb(142,197,202); }

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