#8EC5CB

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

Shades of Morning Glory #8EC5CB

Tints of Morning Glory #8EC5CB

Color information

#8EC5CB (or 0x8EC5CB) is unknown color: approx Morning Glory. HEX triplet: 8E, C5 and CB. RGB value is (142,197,203). Sum of RGB (Red+Green+Blue) = 142+197+203=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5CB is #713A34. Grayscale: #B5B5B5. Windows color (decimal): -7420469 or 13354382. OLE color: 13354382.

HSL color Cylindrical-coordinate representation of color #8EC5CB: hue angle of 185.9º degrees, saturation: 0.37, 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 #8EC5CB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142197203-
CMYK0.300.0300.20
HSL185.9º36.97%67.65%-
HSV(B)185.9º30.05%79.61%-
XYZ41.95063.94-
YUV181.24140.28100.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=26.20%
G=36.35%
B=37.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421972030.300.0300.20185.936.9767.65
Hex8EC5CB1E3014ba2544
Octal21630531336302427245104
Binary1000111011000101110010111111011010100101110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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