#8DC9CD

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

Shades of Morning Glory #8DC9CD

Tints of Morning Glory #8DC9CD

Color information

#8DC9CD (or 0x8DC9CD) is unknown color: approx Morning Glory. HEX triplet: 8D, C9 and CD. RGB value is (141,201,205). Sum of RGB (Red+Green+Blue) = 141+201+205=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9CD is #723632. Grayscale: #B7B7B7. Windows color (decimal): -7484979 or 13486477. OLE color: 13486477.

HSL color Cylindrical-coordinate representation of color #8DC9CD: hue angle of 183.75º 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 #8DC9CD is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141201205-
CMYK0.310.0200.20
HSL183.75º39.02%67.84%-
HSV(B)183.75º31.22%80.39%-
XYZ42.8951.8465.5-
YUV183.52140.1297.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=25.78%
G=36.75%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412012050.310.0200.20183.7539.0267.84
Hex8DC9CD1F2014b82744
Octal21531131537202427047104
Binary1000110111001001110011011111110010100101110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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