#8ED5D8

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

Shades of Morning Glory #8ED5D8

Tints of Morning Glory #8ED5D8

Color information

#8ED5D8 (or 0x8ED5D8) is unknown color: approx Morning Glory. HEX triplet: 8E, D5 and D8. RGB value is (142,213,216). Sum of RGB (Red+Green+Blue) = 142+213+216=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #8ED5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED5D8 is #712A27. Grayscale: #C0C0C0. Windows color (decimal): -7416360 or 14210446. OLE color: 14210446.

HSL color Cylindrical-coordinate representation of color #8ED5D8: hue angle of 182.43º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED5D8 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142213216-
CMYK0.340.0100.15
HSL182.43º48.68%70.2%-
HSV(B)182.43º34.26%84.71%-
XYZ47.3458.373.72-
YUV192.11141.4892.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=24.87%
G=37.30%
B=37.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422132160.340.0100.15182.4348.6870.2
Hex8ED5D82210Fb63146
Octal21632533042101726661106
Binary100011101101010111011000100010101111101101101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,213,216); }

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

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

 a { background-color: rgb(142,213,216); }

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

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

 span { border-color: rgb(142,213,216); }

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