Html Css Color HEX #8EDDDB Morning Glory

📋 copy color: '#8EDDDB'

red 142 ◦ green 221 ◦ blue 219

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

Shades of Morning Glory #8EDDDB

Tints of Morning Glory #8EDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

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

R = 24.4%
G = 37.97%
B = 37.63%

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

#8EDDDB (or 0x8EDDDB) is known color: Morning Glory. HEX triplet: 8E, DD and DB. RGB value is (142,221,219). Sum of RGB (Red+Green+Blue) = 142+221+219=582 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.40% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDDB is #712224. Grayscale: #C5C5C5. Windows color (decimal): -7414309 or 14409102. OLE color: 14409102.

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

Color convert

RGB 142 221 219 -
CMYK 0.36 0 0.01 0.13
HSL 178.48º 0.54% 0.71% -
HSV(B) 178.48º 0.36% 0.87% -
XYZ 49.8 62.58 76.47 -
YUV 197.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 142 221 219 0.36 0 0.01 0.13 178.48 0.54 0.71
Hex 8E DD DB 24 0 1 D B2 36 47
Octal 216 335 333 44 0 1 15 262 66 107
Binary 10001110 11011101 11011011 100100 0 1 1101 10110010 110110 1000111

Color Harmonies of #8EDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDDB

Black with #8EDDDB

Text Example


Text Example

White with #8EDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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