#8DC7CB

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

Shades of Morning Glory #8DC7CB

Tints of Morning Glory #8DC7CB

Color information

#8DC7CB (or 0x8DC7CB) is unknown color: approx Morning Glory. HEX triplet: 8D, C7 and CB. RGB value is (141,199,203). Sum of RGB (Red+Green+Blue) = 141+199+203=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC7CB is #723834. Grayscale: #B6B6B6. Windows color (decimal): -7485493 or 13354893. OLE color: 13354893.

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

Color convert

RGB141199203-
CMYK0.310.0200.20
HSL183.87º37.35%67.45%-
HSV(B)183.87º30.54%79.61%-
XYZ42.1950.8264.09-
YUV182.11139.7898.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.97%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=25.97%
G=36.65%
B=37.38%

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
Decimal1411992030.310.0200.20183.8737.3567.45
Hex8DC7CB1F2014b82543
Octal21530731337202427045103
Binary1000110111000111110010111111110010100101110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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