#8DCACD

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

Shades of Morning Glory #8DCACD

Tints of Morning Glory #8DCACD

Color information

#8DCACD (or 0x8DCACD) is unknown color: approx Morning Glory. HEX triplet: 8D, CA and CD. RGB value is (141,202,205). Sum of RGB (Red+Green+Blue) = 141+202+205=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCACD is #723532. Grayscale: #B8B8B8. Windows color (decimal): -7484723 or 13486733. OLE color: 13486733.

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

Color convert

RGB141202205-
CMYK0.310.0100.20
HSL182.81º39.02%67.84%-
HSV(B)182.81º31.22%80.39%-
XYZ43.1252.3165.58-
YUV184.1139.7997.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=25.73%
G=36.86%
B=37.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412022050.310.0100.20182.8139.0267.84
Hex8DCACD1F1014b72744
Octal21531231537102426747104
Binary100011011100101011001101111111010100101101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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