Html Css Color HEX #8EDCDC Morning Glory

📋 copy color: '#8EDCDC'

red 142 ◦ green 220 ◦ blue 220

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

Shades of Morning Glory #8EDCDC

Tints of Morning Glory #8EDCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 24.4%
G = 37.8%
B = 37.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EDCDC (or 0x8EDCDC) is known color: Morning Glory. HEX triplet: 8E, DC and DC. RGB value is (142,220,220). Sum of RGB (Red+Green+Blue) = 142+220+220=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #8EDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCDC is #712323. Grayscale: #C4C4C4. Windows color (decimal): -7414564 or 14474382. OLE color: 14474382.

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

Color convert

RGB 142 220 220 -
CMYK 0.35 0 0 0.14
HSL 180º 0.53% 0.71% -
HSV(B) 180º 0.35% 0.86% -
XYZ 49.67 62.1 77.08 -
YUV 196.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 142 220 220 0.35 0 0 0.14 180 0.53 0.71
Hex 8E DC DC 23 0 0 E B4 35 47
Octal 216 334 334 43 0 0 16 264 65 107
Binary 10001110 11011100 11011100 100011 0 0 1110 10110100 110101 1000111

Color Harmonies of #8EDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCDC

Black with #8EDCDC

Text Example


Text Example

White with #8EDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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