#8DCCCD

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

Shades of Morning Glory #8DCCCD

Tints of Morning Glory #8DCCCD

Color information

#8DCCCD (or 0x8DCCCD) is unknown color: approx Morning Glory. HEX triplet: 8D, CC and CD. RGB value is (141,204,205). Sum of RGB (Red+Green+Blue) = 141+204+205=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCCD is #723332. Grayscale: #B9B9B9. Windows color (decimal): -7484211 or 13487245. OLE color: 13487245.

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

Color convert

RGB141204205-
CMYK0.310.0000.20
HSL180.94º39.02%67.84%-
HSV(B)180.94º31.22%80.39%-
XYZ43.653.2665.74-
YUV185.28139.1396.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=25.64%
G=37.09%
B=37.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412042050.310.0000.20180.9439.0267.84
Hex8DCCCD1F0014b52744
Octal21531431537002426547104
Binary100011011100110011001101111110010100101101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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