Html Css Color HEX #8EDEE0 Morning Glory

📋 copy color: '#8EDEE0'

red 142 ◦ green 222 ◦ blue 224

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

Shades of Morning Glory #8EDEE0

Tints of Morning Glory #8EDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.76%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 24.15%
G = 37.76%
B = 38.1%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8EDEE0 (or 0x8EDEE0) is known color: Morning Glory. HEX triplet: 8E, DE and E0. RGB value is (142,222,224). Sum of RGB (Red+Green+Blue) = 142+222+224=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #8EDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEE0 is #71211F. Grayscale: #C6C6C6. Windows color (decimal): -7414048 or 14737038. OLE color: 14737038.

HSL color Cylindrical-coordinate representation of color #8EDEE0: hue angle of 181.46º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EDEE0 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 222 224 -
CMYK 0.37 0.01 0 0.12
HSL 181.46º 0.57% 0.72% -
HSV(B) 181.46º 0.37% 0.88% -
XYZ 50.73 63.38 80.08 -
YUV 198.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 142 222 224 0.37 0.01 0 0.12 181.46 0.57 0.72
Hex 8E DE E0 25 1 0 C B5 39 48
Octal 216 336 340 45 1 0 14 265 71 110
Binary 10001110 11011110 11100000 100101 1 0 1100 10110101 111001 1001000

Color Harmonies of #8EDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEE0

Black with #8EDEE0

Text Example


Text Example

White with #8EDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,224); }

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

background-color css

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

 a { background-color: rgb(142,222,224); }

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

border-color css

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

 span { border-color: rgb(142,222,224); }

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