#8EDDDB

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

Shades of Morning Glory #8EDDDB

Tints of Morning Glory #8EDDDB

Color information

#8EDDDB (or 0x8EDDDB) is unknown color: approx Morning Glory. HEX triplet: 8E, DD and DB. RGB value is (142,221,219). Sum of RGB (Red+Green+Blue) = 142+221+219=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDDB is #712224. Grayscale: #C5C5C5. Windows color (decimal): -7414309 or 14409102. OLE color: 14409102.

HSL color Cylindrical-coordinate representation of color #8EDDDB: hue angle of 178.48º 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 #8EDDDB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB142221219-
CMYK0.3600.010.13
HSL178.48º53.74%71.18%-
HSV(B)178.48º35.75%86.67%-
XYZ49.862.5876.47-
YUV197.15140.3388.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.40%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=24.40%
G=37.97%
B=37.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422212190.3600.010.13178.4853.7471.18
Hex8EDDDB2401Db23647
Octal21633533344011526266107
Binary100011101101110111011011100100011101101100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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