#8EC2CB

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

Shades of Morning Glory #8EC2CB

Tints of Morning Glory #8EC2CB

Color information

#8EC2CB (or 0x8EC2CB) is unknown color: approx Morning Glory. HEX triplet: 8E, C2 and CB. RGB value is (142,194,203). Sum of RGB (Red+Green+Blue) = 142+194+203=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2CB is #713D34. Grayscale: #B3B3B3. Windows color (decimal): -7421237 or 13353614. OLE color: 13353614.

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

Color convert

RGB142194203-
CMYK0.300.0400.20
HSL188.85º36.97%67.65%-
HSV(B)188.85º30.05%79.61%-
XYZ41.2348.6563.72-
YUV179.48141.27101.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=26.35%
G=35.99%
B=37.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421942030.300.0400.20188.8536.9767.65
Hex8EC2CB1E4014bd2544
Octal21630231336402427545104
Binary10001110110000101100101111110100010100101111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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