#8DDADD

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

Shades of Morning Glory #8DDADD

Tints of Morning Glory #8DDADD

Color information

#8DDADD (or 0x8DDADD) is unknown color: approx Morning Glory. HEX triplet: 8D, DA and DD. RGB value is (141,218,221). Sum of RGB (Red+Green+Blue) = 141+218+221=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDADD is #722522. Grayscale: #C3C3C3. Windows color (decimal): -7480611 or 14539405. OLE color: 14539405.

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

Color convert

RGB141218221-
CMYK0.360.0100.13
HSL182.25º54.05%70.98%-
HSV(B)182.25º36.2%86.67%-
XYZ49.1161.0377.6-
YUV195.32142.4989.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.31%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=24.31%
G=37.59%
B=38.10%

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
Decimal1412182210.360.0100.13182.2554.0570.98
Hex8DDADD2410Db63647
Octal21533233544101526666107
Binary100011011101101011011101100100101101101101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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