#8EC7CD

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

Shades of Morning Glory #8EC7CD

Tints of Morning Glory #8EC7CD

Color information

#8EC7CD (or 0x8EC7CD) is unknown color: approx Morning Glory. HEX triplet: 8E, C7 and CD. RGB value is (142,199,205). Sum of RGB (Red+Green+Blue) = 142+199+205=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC7CD is #713832. Grayscale: #B6B6B6. Windows color (decimal): -7419955 or 13485966. OLE color: 13485966.

HSL color Cylindrical-coordinate representation of color #8EC7CD: hue angle of 185.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC7CD is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142199205-
CMYK0.310.0300.20
HSL185.71º38.65%68.04%-
HSV(B)185.71º30.73%80.39%-
XYZ42.651.0165.36-
YUV182.64140.6299.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=26.01%
G=36.45%
B=37.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421992050.310.0300.20185.7138.6568.04
Hex8EC7CD1F3014ba2744
Octal21630731537302427247104
Binary1000111011000111110011011111111010100101110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,199,205); }

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

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

 a { background-color: rgb(142,199,205); }

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

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

 span { border-color: rgb(142,199,205); }

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