#8DCCD3

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

Shades of Morning Glory #8DCCD3

Tints of Morning Glory #8DCCD3

Color information

#8DCCD3 (or 0x8DCCD3) is unknown color: approx Morning Glory. HEX triplet: 8D, CC and D3. RGB value is (141,204,211). Sum of RGB (Red+Green+Blue) = 141+204+211=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #8DCCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCD3 is #72332C. Grayscale: #B9B9B9. Windows color (decimal): -7484205 or 13880461. OLE color: 13880461.

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

Color convert

RGB141204211-
CMYK0.330.0300.17
HSL186º44.3%69.02%-
HSV(B)186º33.18%82.75%-
XYZ44.3453.5569.63-
YUV185.96142.1395.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=25.36%
G=36.69%
B=37.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412042110.330.0300.1718644.369.02
Hex8DCCD3213011ba2c45
Octal21531432341302127254105
Binary10001101110011001101001110000111010001101110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,211); }

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

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

 a { background-color: rgb(141,204,211); }

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

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

 span { border-color: rgb(141,204,211); }

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