#8DC5CD

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

Shades of Morning Glory #8DC5CD

Tints of Morning Glory #8DC5CD

Color information

#8DC5CD (or 0x8DC5CD) is unknown color: approx Morning Glory. HEX triplet: 8D, C5 and CD. RGB value is (141,197,205). Sum of RGB (Red+Green+Blue) = 141+197+205=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5CD is #723A32. Grayscale: #B5B5B5. Windows color (decimal): -7486003 or 13485453. OLE color: 13485453.

HSL color Cylindrical-coordinate representation of color #8DC5CD: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC5CD is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141197205-
CMYK0.310.0400.20
HSL187.5º39.02%67.84%-
HSV(B)187.5º31.22%80.39%-
XYZ41.975065.2-
YUV181.17141.4599.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.97%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=25.97%
G=36.28%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411972050.310.0400.20187.539.0267.84
Hex8DC5CD1F4014bc2744
Octal21530531537402427447104
Binary10001101110001011100110111111100010100101111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,197,205); }

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

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

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

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

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

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

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