#8DC3CB

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

Shades of Morning Glory #8DC3CB

Tints of Morning Glory #8DC3CB

Color information

#8DC3CB (or 0x8DC3CB) is unknown color: approx Morning Glory. HEX triplet: 8D, C3 and CB. RGB value is (141,195,203). Sum of RGB (Red+Green+Blue) = 141+195+203=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3CB is #723C34. Grayscale: #B3B3B3. Windows color (decimal): -7486517 or 13353869. OLE color: 13353869.

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

Color convert

RGB141195203-
CMYK0.310.0400.20
HSL187.74º37.35%67.45%-
HSV(B)187.74º30.54%79.61%-
XYZ41.284963.78-
YUV179.77141.11100.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=26.16%
G=36.18%
B=37.66%

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
Decimal1411952030.310.0400.20187.7437.3567.45
Hex8DC3CB1F4014bc2543
Octal21530331337402427445103
Binary10001101110000111100101111111100010100101111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,203); }

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

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

 a { background-color: rgb(141,195,203); }

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

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

 span { border-color: rgb(141,195,203); }

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