Html Css Color HEX #8CE0DF Morning Glory

📋 copy color: '#8CE0DF'

red 140 ◦ green 224 ◦ blue 223

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

Shades of Morning Glory #8CE0DF

Tints of Morning Glory #8CE0DF

RGB

 RED value IS 140 (55.08% from 255) = 23.85%

 GREEN value IS 224 (87.89% from 255) = 38.16%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 23.85%
G = 38.16%
B = 37.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#8CE0DF (or 0x8CE0DF) is known color: Morning Glory. HEX triplet: 8C, E0 and DF. RGB value is (140,224,223). Sum of RGB (Red+Green+Blue) = 140+224+223=587 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.85% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE0DF is #731F20. Grayscale: #C6C6C6. Windows color (decimal): -7544609 or 14672012. OLE color: 14672012.

HSL color Cylindrical-coordinate representation of color #8CE0DF: hue angle of 179.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE0DF is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 224 223 -
CMYK 0.38 0 0.00 0.12
HSL 179.29º 0.58% 0.71% -
HSV(B) 179.29º 0.38% 0.88% -
XYZ 50.79 64.21 79.53 -
YUV 198.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 140 224 223 0.38 0 0.00 0.12 179.29 0.58 0.71
Hex 8C E0 DF 26 0 0 C B3 3A 47
Octal 214 340 337 46 0 0 14 263 72 107
Binary 10001100 11100000 11011111 100110 0 0 1100 10110011 111010 1000111

Color Harmonies of #8CE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE0DF

Black with #8CE0DF

Text Example


Text Example

White with #8CE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,224,223); }

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

background-color css

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

 a { background-color: rgb(140,224,223); }

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

border-color css

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

 span { border-color: rgb(140,224,223); }

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