#8DC2C9

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

Shades of Morning Glory #8DC2C9

Tints of Morning Glory #8DC2C9

Color information

#8DC2C9 (or 0x8DC2C9) is unknown color: approx Morning Glory. HEX triplet: 8D, C2 and C9. RGB value is (141,194,201). Sum of RGB (Red+Green+Blue) = 141+194+201=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DC2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2C9 is #723D36. Grayscale: #B2B2B2. Windows color (decimal): -7486775 or 13222541. OLE color: 13222541.

HSL color Cylindrical-coordinate representation of color #8DC2C9: hue angle of 187º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC2C9 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141194201-
CMYK0.300.0300.21
HSL187º35.71%67.06%-
HSV(B)187º29.85%78.82%-
XYZ40.8248.4662.46-
YUV178.95140.44100.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.31%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=26.31%
G=36.19%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411942010.300.0300.2118735.7167.06
Hex8DC2C91E3015bb2443
Octal21530231136302527344103
Binary1000110111000010110010011111011010101101110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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