#8EC5CC

Color #8EC5CC Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #8EC5CC

Tints of Morning Glory #8EC5CC

Color information

#8EC5CC (or 0x8EC5CC) is unknown color: approx Morning Glory. HEX triplet: 8E, C5 and CC. RGB value is (142,197,204). Sum of RGB (Red+Green+Blue) = 142+197+204=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5CC is #713A33. Grayscale: #B5B5B5. Windows color (decimal): -7420468 or 13419918. OLE color: 13419918.

HSL color Cylindrical-coordinate representation of color #8EC5CC: hue angle of 186.77º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC5CC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142197204-
CMYK0.300.0300.2
HSL186.77º37.8%67.84%-
HSV(B)186.77º30.39%80%-
XYZ42.0250.0464.57-
YUV181.35140.7899.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=26.15%
G=36.28%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421972040.300.0300.2186.7737.867.84
Hex8EC5CC1E3014bb2644
Octal21630531436302427346104
Binary1000111011000101110011001111011010100101110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EC5CC;
 }
 .AnyTagClassName
 {
   color: #8EC5CC;
 }
</style>
background-color css

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

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

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

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

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

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