Html Css Color HEX #8EDFDC Morning Glory

📋 copy color: '#8EDFDC'

red 142 ◦ green 223 ◦ blue 220

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

Shades of Morning Glory #8EDFDC

Tints of Morning Glory #8EDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 24.27%
G = 38.12%
B = 37.61%

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

#8EDFDC (or 0x8EDFDC) is known color: Morning Glory. HEX triplet: 8E, DF and DC. RGB value is (142,223,220). Sum of RGB (Red+Green+Blue) = 142+223+220=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFDC is #712023. Grayscale: #C6C6C6. Windows color (decimal): -7413796 or 14475150. OLE color: 14475150.

HSL color Cylindrical-coordinate representation of color #8EDFDC: hue angle of 177.78º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFDC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 220 -
CMYK 0.36 0 0.01 0.13
HSL 177.78º 0.56% 0.72% -
HSV(B) 177.78º 0.36% 0.87% -
XYZ 50.46 63.69 77.34 -
YUV 198.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 142 223 220 0.36 0 0.01 0.13 177.78 0.56 0.72
Hex 8E DF DC 24 0 1 D B2 38 48
Octal 216 337 334 44 0 1 15 262 70 110
Binary 10001110 11011111 11011100 100100 0 1 1101 10110010 111000 1001000

Color Harmonies of #8EDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFDC

Black with #8EDFDC

Text Example


Text Example

White with #8EDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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