Html Css Color HEX #8EDADB Morning Glory

📋 copy color: '#8EDADB'

red 142 ◦ green 218 ◦ blue 219

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

Shades of Morning Glory #8EDADB

Tints of Morning Glory #8EDADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 24.53%
G = 37.65%
B = 37.82%

CMYK

 C value IS 0.35

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EDADB (or 0x8EDADB) is known color: Morning Glory. HEX triplet: 8E, DA and DB. RGB value is (142,218,219). Sum of RGB (Red+Green+Blue) = 142+218+219=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDADB is #712524. Grayscale: #C3C3C3. Windows color (decimal): -7415077 or 14408334. OLE color: 14408334.

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

Color convert

RGB 142 218 219 -
CMYK 0.35 0.00 0 0.14
HSL 180.78º 0.52% 0.71% -
HSV(B) 180.78º 0.35% 0.86% -
XYZ 49.01 61.01 76.21 -
YUV 195.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 142 218 219 0.35 0.00 0 0.14 180.78 0.52 0.71
Hex 8E DA DB 23 0 0 E B5 34 47
Octal 216 332 333 43 0 0 16 265 64 107
Binary 10001110 11011010 11011011 100011 0 0 1110 10110101 110100 1000111

Color Harmonies of #8EDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDADB

Black with #8EDADB

Text Example


Text Example

White with #8EDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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