#8dc3ca

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

Shades of Morning Glory #8DC3CA

Tints of Morning Glory #8DC3CA

Color information

#8DC3CA (or 0x8DC3CA) is unknown color: approx Morning Glory. HEX triplet: 8D, C3 and CA. RGB value is (141,195,202). Sum of RGB (Red+Green+Blue) = 141+195+202=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3CA is #723C35. Grayscale: #B3B3B3. Windows color (decimal): -7486518 or 13288333. OLE color: 13288333.

HSL color Cylindrical-coordinate representation of color #8DC3CA: hue angle of 186.89º degrees, saturation: 0.37, 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 #8DC3CA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141195202-
CMYK0.300.0300.21
HSL186.89º36.53%67.25%-
HSV(B)186.89º30.2%79.22%-
XYZ41.1648.9663.16-
YUV179.65140.61100.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=26.21%
G=36.25%
B=37.55%

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
Decimal1411952020.300.0300.21186.8936.5367.25
Hex8DC3CA1E3015bb2543
Octal21530331236302527345103
Binary1000110111000011110010101111011010101101110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dc3ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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