#8EDBDD

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

Shades of Morning Glory #8EDBDD

Tints of Morning Glory #8EDBDD

Color information

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

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

Color convert

RGB142219221-
CMYK0.360.0100.13
HSL181.52º53.74%71.18%-
HSV(B)181.52º35.75%86.67%-
XYZ49.5461.6377.69-
YUV196.2141.9989.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422192210.360.0100.13181.5253.7471.18
Hex8EDBDD2410Db63647
Octal21633333544101526666107
Binary100011101101101111011101100100101101101101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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