#8DCCCB

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

Shades of Morning Glory #8DCCCB

Tints of Morning Glory #8DCCCB

Color information

#8DCCCB (or 0x8DCCCB) is unknown color: approx Morning Glory. HEX triplet: 8D, CC and CB. RGB value is (141,204,203). Sum of RGB (Red+Green+Blue) = 141+204+203=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCCB is #723334. Grayscale: #B8B8B8. Windows color (decimal): -7484213 or 13356173. OLE color: 13356173.

HSL color Cylindrical-coordinate representation of color #8DCCCB: hue angle of 179.05º degrees, saturation: 0.38, 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 #8DCCCB is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB141204203-
CMYK0.3100.000.2
HSL179.05º38.18%67.65%-
HSV(B)179.05º30.88%80%-
XYZ43.3653.1664.48-
YUV185.05138.1396.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=25.73%
G=37.23%
B=37.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412042030.3100.000.2179.0538.1867.65
Hex8DCCCB1F0014b32644
Octal21531431337002426346104
Binary100011011100110011001011111110010100101100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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