#8DDCDC

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

Shades of Morning Glory #8DDCDC

Tints of Morning Glory #8DDCDC

Color information

#8DDCDC (or 0x8DDCDC) is unknown color: approx Morning Glory. HEX triplet: 8D, DC and DC. RGB value is (141,220,220). Sum of RGB (Red+Green+Blue) = 141+220+220=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #8DDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCDC is #722323. Grayscale: #C4C4C4. Windows color (decimal): -7480100 or 14474381. OLE color: 14474381.

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

Color convert

RGB141220220-
CMYK0.36000.14
HSL180º53.02%70.78%-
HSV(B)180º35.91%86.27%-
XYZ49.562.0277.07-
YUV196.38141.3388.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=24.27%
G=37.87%
B=37.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412202200.36000.1418053.0270.78
Hex8DDCDC2400Eb43547
Octal21533433444001626465107
Binary100011011101110011011100100100001110101101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,220); }

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

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

 a { background-color: rgb(141,220,220); }

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

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

 span { border-color: rgb(141,220,220); }

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