Html Css Color HEX #8EDBD7 Morning Glory

📋 copy color: '#8EDBD7'

red 142 ◦ green 219 ◦ blue 215

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

Shades of Morning Glory #8EDBD7

Tints of Morning Glory #8EDBD7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.02%

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 24.65%
G = 38.02%
B = 37.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#8EDBD7 (or 0x8EDBD7) is known color: Morning Glory. HEX triplet: 8E, DB and D7. RGB value is (142,219,215). Sum of RGB (Red+Green+Blue) = 142+219+215=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBD7 is #712428. Grayscale: #C3C3C3. Windows color (decimal): -7414825 or 14146446. OLE color: 14146446.

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

Color convert

RGB 142 219 215 -
CMYK 0.35 0 0.02 0.14
HSL 176.88º 0.52% 0.71% -
HSV(B) 176.88º 0.35% 0.86% -
XYZ 48.75 61.32 73.56 -
YUV 195.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 142 219 215 0.35 0 0.02 0.14 176.88 0.52 0.71
Hex 8E DB D7 23 0 2 E B1 34 47
Octal 216 333 327 43 0 2 16 261 64 107
Binary 10001110 11011011 11010111 100011 0 10 1110 10110001 110100 1000111

Color Harmonies of #8EDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBD7

Black with #8EDBD7

Text Example


Text Example

White with #8EDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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