Html Css Color HEX #8EDEDC Morning Glory

📋 copy color: '#8EDEDC'

red 142 ◦ green 222 ◦ blue 220

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

Shades of Morning Glory #8EDEDC

Tints of Morning Glory #8EDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

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

R = 24.32%
G = 38.01%
B = 37.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#8EDEDC (or 0x8EDEDC) is known color: Morning Glory. HEX triplet: 8E, DE and DC. RGB value is (142,222,220). Sum of RGB (Red+Green+Blue) = 142+222+220=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEDC is #712123. Grayscale: #C5C5C5. Windows color (decimal): -7414052 or 14474894. OLE color: 14474894.

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

Color convert

RGB 142 222 220 -
CMYK 0.36 0 0.01 0.13
HSL 178.5º 0.55% 0.71% -
HSV(B) 178.5º 0.36% 0.87% -
XYZ 50.19 63.16 77.26 -
YUV 197.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 142 222 220 0.36 0 0.01 0.13 178.5 0.55 0.71
Hex 8E DE DC 24 0 1 D B2 37 47
Octal 216 336 334 44 0 1 15 262 67 107
Binary 10001110 11011110 11011100 100100 0 1 1101 10110010 110111 1000111

Color Harmonies of #8EDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEDC

Black with #8EDEDC

Text Example


Text Example

White with #8EDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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