#8DDCDD

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

Shades of Morning Glory #8DDCDD

Tints of Morning Glory #8DDCDD

Color information

#8DDCDD (or 0x8DDCDD) is unknown color: approx Morning Glory. HEX triplet: 8D, DC and DD. RGB value is (141,220,221). Sum of RGB (Red+Green+Blue) = 141+220+221=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCDD is #722322. Grayscale: #C4C4C4. Windows color (decimal): -7480099 or 14539917. OLE color: 14539917.

HSL color Cylindrical-coordinate representation of color #8DDCDD: hue angle of 180.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCDD is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141220221-
CMYK0.360.0000.13
HSL180.75º54.05%70.98%-
HSV(B)180.75º36.2%86.67%-
XYZ49.6362.0777.77-
YUV196.49141.8388.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=24.23%
G=37.80%
B=37.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412202210.360.0000.13180.7554.0570.98
Hex8DDCDD2400Db53647
Octal21533433544001526566107
Binary100011011101110011011101100100001101101101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,221); }

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

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

 a { background-color: rgb(141,220,221); }

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

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

 span { border-color: rgb(141,220,221); }

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