#8DCDCF

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

Shades of Morning Glory #8DCDCF

Tints of Morning Glory #8DCDCF

Color information

#8DCDCF (or 0x8DCDCF) is unknown color: approx Morning Glory. HEX triplet: 8D, CD and CF. RGB value is (141,205,207). Sum of RGB (Red+Green+Blue) = 141+205+207=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDCF is #723230. Grayscale: #BABABA. Windows color (decimal): -7483953 or 13618573. OLE color: 13618573.

HSL color Cylindrical-coordinate representation of color #8DCDCF: hue angle of 181.82º 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 #8DCDCF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141205207-
CMYK0.320.0100.19
HSL181.82º40.74%68.24%-
HSV(B)181.82º31.88%81.18%-
XYZ44.0853.8367.1-
YUV186.09139.895.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=25.50%
G=37.07%
B=37.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412052070.320.0100.19181.8240.7468.24
Hex8DCDCF201013b62944
Octal21531531740102326651104
Binary1000110111001101110011111000001010011101101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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