#8DC5CB

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

Shades of Morning Glory #8DC5CB

Tints of Morning Glory #8DC5CB

Color information

#8DC5CB (or 0x8DC5CB) is unknown color: approx Morning Glory. HEX triplet: 8D, C5 and CB. RGB value is (141,197,203). Sum of RGB (Red+Green+Blue) = 141+197+203=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5CB is #723A34. Grayscale: #B4B4B4. Windows color (decimal): -7486005 or 13354381. OLE color: 13354381.

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

Color convert

RGB141197203-
CMYK0.310.0300.20
HSL185.81º37.35%67.45%-
HSV(B)185.81º30.54%79.61%-
XYZ41.7349.9163.93-
YUV180.94140.4599.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=26.06%
G=36.41%
B=37.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411972030.310.0300.20185.8137.3567.45
Hex8DC5CB1F3014ba2543
Octal21530531337302427245103
Binary1000110111000101110010111111111010100101110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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