#8DCBCC

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

Shades of Morning Glory #8DCBCC

Tints of Morning Glory #8DCBCC

Color information

#8DCBCC (or 0x8DCBCC) is unknown color: approx Morning Glory. HEX triplet: 8D, CB and CC. RGB value is (141,203,204). Sum of RGB (Red+Green+Blue) = 141+203+204=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBCC is #723433. Grayscale: #B8B8B8. Windows color (decimal): -7484468 or 13421453. OLE color: 13421453.

HSL color Cylindrical-coordinate representation of color #8DCBCC: hue angle of 180.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCBCC is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141203204-
CMYK0.310.0000.2
HSL180.95º38.18%67.65%-
HSV(B)180.95º30.88%80%-
XYZ43.2452.7365.03-
YUV184.58138.9696.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 203 (79.69% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=25.73%
G=37.04%
B=37.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412032040.310.0000.2180.9538.1867.65
Hex8DCBCC1F0014b52644
Octal21531331437002426546104
Binary100011011100101111001100111110010100101101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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