#8DCAD1

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

Shades of Morning Glory #8DCAD1

Tints of Morning Glory #8DCAD1

Color information

#8DCAD1 (or 0x8DCAD1) is unknown color: approx Morning Glory. HEX triplet: 8D, CA and D1. RGB value is (141,202,209). Sum of RGB (Red+Green+Blue) = 141+202+209=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DCAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCAD1 is #72352E. Grayscale: #B8B8B8. Windows color (decimal): -7484719 or 13748877. OLE color: 13748877.

HSL color Cylindrical-coordinate representation of color #8DCAD1: hue angle of 186.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DCAD1 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141202209-
CMYK0.330.0300.18
HSL186.18º42.5%68.63%-
HSV(B)186.18º32.54%81.96%-
XYZ43.6152.5168.16-
YUV184.56141.7996.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=25.54%
G=36.59%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412022090.330.0300.18186.1842.568.63
Hex8DCAD1213012ba2a45
Octal21531232141302227252105
Binary10001101110010101101000110000111010010101110101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,209); }

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

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

 a { background-color: rgb(141,202,209); }

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

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

 span { border-color: rgb(141,202,209); }

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