#8CDFDF

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

Shades of Morning Glory #8CDFDF

Tints of Morning Glory #8CDFDF

Color information

#8CDFDF (or 0x8CDFDF) is unknown color: approx Morning Glory. HEX triplet: 8C, DF and DF. RGB value is (140,223,223). Sum of RGB (Red+Green+Blue) = 140+223+223=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #8CDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFDF is #732020. Grayscale: #C6C6C6. Windows color (decimal): -7544865 or 14671756. OLE color: 14671756.

HSL color Cylindrical-coordinate representation of color #8CDFDF: hue angle of 180º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFDF is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140223223-
CMYK0.37000.13
HSL180º56.46%71.18%-
HSV(B)180º37.22%87.45%-
XYZ50.5263.6879.44-
YUV198.1814286.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=23.89%
G=38.05%
B=38.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402232230.37000.1318056.4671.18
Hex8CDFDF2500Db43847
Octal21433733745001526470107
Binary100011001101111111011111100101001101101101001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,223); }

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

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

 a { background-color: rgb(140,223,223); }

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

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

 span { border-color: rgb(140,223,223); }

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