#8DCDD1

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

Shades of Morning Glory #8DCDD1

Tints of Morning Glory #8DCDD1

Color information

#8DCDD1 (or 0x8DCDD1) is unknown color: approx Morning Glory. HEX triplet: 8D, CD and D1. RGB value is (141,205,209). Sum of RGB (Red+Green+Blue) = 141+205+209=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DCDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDD1 is #72322E. Grayscale: #BABABA. Windows color (decimal): -7483951 or 13749645. OLE color: 13749645.

HSL color Cylindrical-coordinate representation of color #8DCDD1: hue angle of 183.53º 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 #8DCDD1 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141205209-
CMYK0.330.0200.18
HSL183.53º42.5%68.63%-
HSV(B)183.53º32.54%81.96%-
XYZ44.3253.9368.39-
YUV186.32140.895.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=25.41%
G=36.94%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412052090.330.0200.18183.5342.568.63
Hex8DCDD1212012b82a45
Octal21531532141202227052105
Binary10001101110011011101000110000110010010101110001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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