#8DDAD7

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

Shades of Morning Glory #8DDAD7

Tints of Morning Glory #8DDAD7

Color information

#8DDAD7 (or 0x8DDAD7) is unknown color: approx Morning Glory. HEX triplet: 8D, DA and D7. RGB value is (141,218,215). Sum of RGB (Red+Green+Blue) = 141+218+215=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAD7 is #722528. Grayscale: #C2C2C2. Windows color (decimal): -7480617 or 14146189. OLE color: 14146189.

HSL color Cylindrical-coordinate representation of color #8DDAD7: hue angle of 177.66º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAD7 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB141218215-
CMYK0.3500.010.15
HSL177.66º50.99%70.39%-
HSV(B)177.66º35.32%85.49%-
XYZ48.3260.7173.46-
YUV194.64139.4989.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=24.56%
G=37.98%
B=37.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412182150.3500.010.15177.6650.9970.39
Hex8DDAD72301Fb23346
Octal21533232743011726263106
Binary100011011101101011010111100011011111101100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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