Html Css Color HEX #8EDCDA Morning Glory

📋 copy color: '#8EDCDA'

red 142 ◦ green 220 ◦ blue 218

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

Shades of Morning Glory #8EDCDA

Tints of Morning Glory #8EDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 24.48%
G = 37.93%
B = 37.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#8EDCDA (or 0x8EDCDA) is known color: Morning Glory. HEX triplet: 8E, DC and DA. RGB value is (142,220,218). Sum of RGB (Red+Green+Blue) = 142+220+218=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCDA is #712325. Grayscale: #C4C4C4. Windows color (decimal): -7414566 or 14343310. OLE color: 14343310.

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

Color convert

RGB 142 220 218 -
CMYK 0.35 0 0.01 0.14
HSL 178.46º 0.53% 0.71% -
HSV(B) 178.46º 0.35% 0.86% -
XYZ 49.4 62 75.69 -
YUV 196.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 142 220 218 0.35 0 0.01 0.14 178.46 0.53 0.71
Hex 8E DC DA 23 0 1 E B2 35 47
Octal 216 334 332 43 0 1 16 262 65 107
Binary 10001110 11011100 11011010 100011 0 1 1110 10110010 110101 1000111

Color Harmonies of #8EDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCDA

Black with #8EDCDA

Text Example


Text Example

White with #8EDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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