Html Css Color HEX #8EC5CA Morning Glory

📋 copy color: '#8EC5CA'

red 142 ◦ green 197 ◦ blue 202

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

Shades of Morning Glory #8EC5CA

Tints of Morning Glory #8EC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 26.25%
G = 36.41%
B = 37.34%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8EC5CA (or 0x8EC5CA) is known color: Morning Glory. HEX triplet: 8E, C5 and CA. RGB value is (142,197,202). Sum of RGB (Red+Green+Blue) = 142+197+202=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5CA is #713A35. Grayscale: #B5B5B5. Windows color (decimal): -7420470 or 13288846. OLE color: 13288846.

HSL color Cylindrical-coordinate representation of color #8EC5CA: hue angle of 185º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC5CA is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 197 202 -
CMYK 0.30 0.02 0 0.21
HSL 185º 0.36% 0.67% -
HSV(B) 185º 0.3% 0.79% -
XYZ 41.78 49.95 63.32 -
YUV 181.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 142 197 202 0.30 0.02 0 0.21 185 0.36 0.67
Hex 8E C5 CA 1E 2 0 15 B9 24 43
Octal 216 305 312 36 2 0 25 271 44 103
Binary 10001110 11000101 11001010 11110 10 0 10101 10111001 100100 1000011

Color Harmonies of #8EC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC5CA

Black with #8EC5CA

Text Example


Text Example

White with #8EC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,197,202); }

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

background-color css

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

 a { background-color: rgb(142,197,202); }

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

border-color css

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

 span { border-color: rgb(142,197,202); }

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