#8DDDDF

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

Shades of Morning Glory #8DDDDF

Tints of Morning Glory #8DDDDF

Color information

#8DDDDF (or 0x8DDDDF) is unknown color: approx Morning Glory. HEX triplet: 8D, DD and DF. RGB value is (141,221,223). Sum of RGB (Red+Green+Blue) = 141+221+223=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDDF is #722220. Grayscale: #C5C5C5. Windows color (decimal): -7479841 or 14671245. OLE color: 14671245.

HSL color Cylindrical-coordinate representation of color #8DDDDF: hue angle of 181.46º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDDDF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141221223-
CMYK0.370.0100.13
HSL181.46º56.16%71.37%-
HSV(B)181.46º36.77%87.45%-
XYZ50.1662.779.27-
YUV197.31142.587.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.10%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=24.10%
G=37.78%
B=38.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412212230.370.0100.13181.4656.1671.37
Hex8DDDDF2510Db53847
Octal21533533745101526570107
Binary100011011101110111011111100101101101101101011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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