#8EC6CA

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

Shades of Morning Glory #8EC6CA

Tints of Morning Glory #8EC6CA

Color information

#8EC6CA (or 0x8EC6CA) is unknown color: approx Morning Glory. HEX triplet: 8E, C6 and CA. RGB value is (142,198,202). Sum of RGB (Red+Green+Blue) = 142+198+202=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6CA is #713935. Grayscale: #B5B5B5. Windows color (decimal): -7420214 or 13289102. OLE color: 13289102.

HSL color Cylindrical-coordinate representation of color #8EC6CA: hue angle of 184º 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 #8EC6CA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142198202-
CMYK0.300.0200.21
HSL184º36.14%67.45%-
HSV(B)184º29.7%79.22%-
XYZ42.0150.463.39-
YUV181.71139.4599.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 198 (77.73% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=26.20%
G=36.53%
B=37.27%

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
Decimal1421982020.300.0200.2118436.1467.45
Hex8EC6CA1E2015b82443
Octal21630631236202527044103
Binary1000111011000110110010101111010010101101110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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