#8DDCDB

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

Shades of Morning Glory #8DDCDB

Tints of Morning Glory #8DDCDB

Color information

#8DDCDB (or 0x8DDCDB) is unknown color: approx Morning Glory. HEX triplet: 8D, DC and DB. RGB value is (141,220,219). Sum of RGB (Red+Green+Blue) = 141+220+219=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCDB is #722324. Grayscale: #C4C4C4. Windows color (decimal): -7480101 or 14408845. OLE color: 14408845.

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

Color convert

RGB141220219-
CMYK0.3600.000.14
HSL179.24º53.02%70.78%-
HSV(B)179.24º35.91%86.27%-
XYZ49.3661.9676.38-
YUV196.26140.8388.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.31%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=24.31%
G=37.93%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412202190.3600.000.14179.2453.0270.78
Hex8DDCDB2400Eb33547
Octal21533433344001626365107
Binary100011011101110011011011100100001110101100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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