#8EDCDA

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

Shades of Morning Glory #8EDCDA

Tints of Morning Glory #8EDCDA

Color information

#8EDCDA (or 0x8EDCDA) is unknown color: approx Morning Glory. HEX triplet: 8E, DC and DA. RGB value is (142,220,218). Sum of RGB (Red+Green+Blue) = 142+220+218=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCDA is #712325. Grayscale: #C4C4C4. Windows color (decimal): -7414566 or 14343310. OLE color: 14343310.

HSL color Cylindrical-coordinate representation of color #8EDCDA: hue angle of 178.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCDA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB142220218-
CMYK0.3500.010.14
HSL178.46º52.7%70.98%-
HSV(B)178.46º35.45%86.27%-
XYZ49.46275.69-
YUV196.45140.1689.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.48%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=24.48%
G=37.93%
B=37.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422202180.3500.010.14178.4652.770.98
Hex8EDCDA2301Eb23547
Octal21633433243011626265107
Binary100011101101110011011010100011011110101100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,218); }

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

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

 a { background-color: rgb(142,220,218); }

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

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

 span { border-color: rgb(142,220,218); }

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