#8EC3CC

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

Shades of Morning Glory #8EC3CC

Tints of Morning Glory #8EC3CC

Color information

#8EC3CC (or 0x8EC3CC) is unknown color: approx Morning Glory. HEX triplet: 8E, C3 and CC. RGB value is (142,195,204). Sum of RGB (Red+Green+Blue) = 142+195+204=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3CC is #713C33. Grayscale: #B4B4B4. Windows color (decimal): -7420980 or 13419406. OLE color: 13419406.

HSL color Cylindrical-coordinate representation of color #8EC3CC: hue angle of 188.71º 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 #8EC3CC is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142195204-
CMYK0.300.0400.2
HSL188.71º37.8%67.84%-
HSV(B)188.71º30.39%80%-
XYZ41.5749.1464.42-
YUV180.18141.44100.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=26.25%
G=36.04%
B=37.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421952040.300.0400.2188.7137.867.84
Hex8EC3CC1E4014bd2644
Octal21630331436402427546104
Binary10001110110000111100110011110100010100101111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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