#8DDBDD

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

Shades of Morning Glory #8DDBDD

Tints of Morning Glory #8DDBDD

Color information

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

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

Color convert

RGB141219221-
CMYK0.360.0100.13
HSL181.5º54.05%70.98%-
HSV(B)181.5º36.2%86.67%-
XYZ49.3761.5577.68-
YUV195.91142.1688.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412192210.360.0100.13181.554.0570.98
Hex8DDBDD2410Db63647
Octal21533333544101526666107
Binary100011011101101111011101100100101101101101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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