#8DDDDB

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

Shades of Morning Glory #8DDDDB

Tints of Morning Glory #8DDDDB

Color information

#8DDDDB (or 0x8DDDDB) is unknown color: approx Morning Glory. HEX triplet: 8D, DD and DB. RGB value is (141,221,219). Sum of RGB (Red+Green+Blue) = 141+221+219=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDDB is #722224. Grayscale: #C4C4C4. Windows color (decimal): -7479845 or 14409101. OLE color: 14409101.

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

Color convert

RGB141221219-
CMYK0.3600.010.13
HSL178.5º54.05%70.98%-
HSV(B)178.5º36.2%86.67%-
XYZ49.6362.4976.46-
YUV196.85140.588.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=24.27%
G=38.04%
B=37.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412212190.3600.010.13178.554.0570.98
Hex8DDDDB2401Db23647
Octal21533533344011526266107
Binary100011011101110111011011100100011101101100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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