#8EDDDD

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

Shades of Morning Glory #8EDDDD

Tints of Morning Glory #8EDDDD

Color information

#8EDDDD (or 0x8EDDDD) is unknown color: approx Morning Glory. HEX triplet: 8E, DD and DD. RGB value is (142,221,221). Sum of RGB (Red+Green+Blue) = 142+221+221=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8EDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDDD is #712222. Grayscale: #C5C5C5. Windows color (decimal): -7414307 or 14540174. OLE color: 14540174.

HSL color Cylindrical-coordinate representation of color #8EDDDD: hue angle of 180º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDDD is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142221221-
CMYK0.36000.13
HSL180º53.74%71.18%-
HSV(B)180º35.75%86.67%-
XYZ50.0662.6877.87-
YUV197.38141.3388.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.32%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=24.32%
G=37.84%
B=37.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212210.36000.1318053.7471.18
Hex8EDDDD2400Db43647
Octal21633533544001526466107
Binary100011101101110111011101100100001101101101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,221); }

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

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

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

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

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

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

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