#8DCACF

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

Shades of Morning Glory #8DCACF

Tints of Morning Glory #8DCACF

Color information

#8DCACF (or 0x8DCACF) is unknown color: approx Morning Glory. HEX triplet: 8D, CA and CF. RGB value is (141,202,207). Sum of RGB (Red+Green+Blue) = 141+202+207=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCACF is #723530. Grayscale: #B8B8B8. Windows color (decimal): -7484721 or 13617805. OLE color: 13617805.

HSL color Cylindrical-coordinate representation of color #8DCACF: hue angle of 184.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCACF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141202207-
CMYK0.320.0200.19
HSL184.55º40.74%68.24%-
HSV(B)184.55º31.88%81.18%-
XYZ43.3752.4166.86-
YUV184.33140.7997.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=25.64%
G=36.73%
B=37.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412022070.320.0200.19184.5540.7468.24
Hex8DCACF202013b92944
Octal21531231740202327151104
Binary10001101110010101100111110000010010011101110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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