#8ECCCF

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

Shades of Morning Glory #8ECCCF

Tints of Morning Glory #8ECCCF

Color information

#8ECCCF (or 0x8ECCCF) is unknown color: approx Morning Glory. HEX triplet: 8E, CC and CF. RGB value is (142,204,207). Sum of RGB (Red+Green+Blue) = 142+204+207=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #8ECCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCCF is #713330. Grayscale: #B9B9B9. Windows color (decimal): -7418673 or 13618318. OLE color: 13618318.

HSL color Cylindrical-coordinate representation of color #8ECCCF: hue angle of 182.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECCCF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142204207-
CMYK0.310.0100.19
HSL182.77º40.37%68.43%-
HSV(B)182.77º31.4%81.18%-
XYZ44.0153.4467.03-
YUV185.8139.9696.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.68%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=25.68%
G=36.89%
B=37.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422042070.310.0100.19182.7740.3768.43
Hex8ECCCF1F1013b72844
Octal21631431737102326750104
Binary100011101100110011001111111111010011101101111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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