Html Css Color HEX #8EDEDA Morning Glory

📋 copy color: '#8EDEDA'

red 142 ◦ green 222 ◦ blue 218

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

Shades of Morning Glory #8EDEDA

Tints of Morning Glory #8EDEDA

RGB

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

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

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

R = 24.4%
G = 38.14%
B = 37.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#8EDEDA (or 0x8EDEDA) is known color: Morning Glory. HEX triplet: 8E, DE and DA. RGB value is (142,222,218). Sum of RGB (Red+Green+Blue) = 142+222+218=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEDA is #712125. Grayscale: #C5C5C5. Windows color (decimal): -7414054 or 14343822. OLE color: 14343822.

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

Color convert

RGB 142 222 218 -
CMYK 0.36 0 0.02 0.13
HSL 177º 0.55% 0.71% -
HSV(B) 177º 0.36% 0.87% -
XYZ 49.93 63.06 75.87 -
YUV 197.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 142 222 218 0.36 0 0.02 0.13 177 0.55 0.71
Hex 8E DE DA 24 0 2 D B1 37 47
Octal 216 336 332 44 0 2 15 261 67 107
Binary 10001110 11011110 11011010 100100 0 10 1101 10110001 110111 1000111

Color Harmonies of #8EDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEDA

Black with #8EDEDA

Text Example


Text Example

White with #8EDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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