#8DDDDC

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

Shades of Morning Glory #8DDDDC

Tints of Morning Glory #8DDDDC

Color information

#8DDDDC (or 0x8DDDDC) is unknown color: approx Morning Glory. HEX triplet: 8D, DD and DC. RGB value is (141,221,220). Sum of RGB (Red+Green+Blue) = 141+221+220=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDDC is #722223. Grayscale: #C4C4C4. Windows color (decimal): -7479844 or 14474637. OLE color: 14474637.

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

Color convert

RGB141221220-
CMYK0.3600.000.13
HSL179.25º54.05%70.98%-
HSV(B)179.25º36.2%86.67%-
XYZ49.7662.5477.16-
YUV196.9714188.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=24.23%
G=37.97%
B=37.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412212200.3600.000.13179.2554.0570.98
Hex8DDDDC2400Db33647
Octal21533533444001526366107
Binary100011011101110111011100100100001101101100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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