Html Css Color HEX #8EDCD8 Morning Glory

📋 copy color: '#8EDCD8'

red 142 ◦ green 220 ◦ blue 216

#8EDCD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #8EDCD8

Tints of Morning Glory #8EDCD8

RGB

 RED value IS 142 (55.86% from 255) = 24.57%

 GREEN value IS 220 (86.33% from 255) = 38.06%

 BLUE value IS 216 (84.77% from 255) = 37.37%

R = 24.57%
G = 38.06%
B = 37.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#8EDCD8 (or 0x8EDCD8) is known color: Morning Glory. HEX triplet: 8E, DC and D8. RGB value is (142,220,216). Sum of RGB (Red+Green+Blue) = 142+220+216=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCD8 is #712327. Grayscale: #C4C4C4. Windows color (decimal): -7414568 or 14212238. OLE color: 14212238.

HSL color Cylindrical-coordinate representation of color #8EDCD8: hue angle of 176.92º 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 #8EDCD8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 216 -
CMYK 0.35 0 0.02 0.14
HSL 176.92º 0.53% 0.71% -
HSV(B) 176.92º 0.35% 0.86% -
XYZ 49.14 61.9 74.32 -
YUV 196.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 142 220 216 0.35 0 0.02 0.14 176.92 0.53 0.71
Hex 8E DC D8 23 0 2 E B1 35 47
Octal 216 334 330 43 0 2 16 261 65 107
Binary 10001110 11011100 11011000 100011 0 10 1110 10110001 110101 1000111

Color Harmonies of #8EDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCD8

Black with #8EDCD8

Text Example


Text Example

White with #8EDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EDCD8;
 }
 .AnyTagClassName
 {
   color: #8EDCD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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