#8EC6CD

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

Shades of Morning Glory #8EC6CD

Tints of Morning Glory #8EC6CD

Color information

#8EC6CD (or 0x8EC6CD) is unknown color: approx Morning Glory. HEX triplet: 8E, C6 and CD. RGB value is (142,198,205). Sum of RGB (Red+Green+Blue) = 142+198+205=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #8EC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6CD is #713932. Grayscale: #B5B5B5. Windows color (decimal): -7420211 or 13485710. OLE color: 13485710.

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

Color convert

RGB142198205-
CMYK0.310.0300.20
HSL186.67º38.65%68.04%-
HSV(B)186.67º30.73%80.39%-
XYZ42.3750.5565.28-
YUV182.05140.9599.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=26.06%
G=36.33%
B=37.61%

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
Decimal1421982050.310.0300.20186.6738.6568.04
Hex8EC6CD1F3014bb2744
Octal21630631537302427347104
Binary1000111011000110110011011111111010100101110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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