#8DC8CD

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

Shades of Morning Glory #8DC8CD

Tints of Morning Glory #8DC8CD

Color information

#8DC8CD (or 0x8DC8CD) is unknown color: approx Morning Glory. HEX triplet: 8D, C8 and CD. RGB value is (141,200,205). Sum of RGB (Red+Green+Blue) = 141+200+205=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8CD is #723732. Grayscale: #B6B6B6. Windows color (decimal): -7485235 or 13486221. OLE color: 13486221.

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

Color convert

RGB141200205-
CMYK0.310.0200.20
HSL184.69º39.02%67.84%-
HSV(B)184.69º31.22%80.39%-
XYZ42.6651.3865.43-
YUV182.93140.4598.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=25.82%
G=36.63%
B=37.55%

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
Decimal1412002050.310.0200.20184.6939.0267.84
Hex8DC8CD1F2014b92744
Octal21531031537202427147104
Binary1000110111001000110011011111110010100101110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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