#8CDCDC

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

Shades of Morning Glory #8CDCDC

Tints of Morning Glory #8CDCDC

Color information

#8CDCDC (or 0x8CDCDC) is unknown color: approx Morning Glory. HEX triplet: 8C, DC and DC. RGB value is (140,220,220). Sum of RGB (Red+Green+Blue) = 140+220+220=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #8CDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCDC is #732323. Grayscale: #C3C3C3. Windows color (decimal): -7545636 or 14474380. OLE color: 14474380.

HSL color Cylindrical-coordinate representation of color #8CDCDC: hue angle of 180º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCDC is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140220220-
CMYK0.36000.14
HSL180º53.33%70.59%-
HSV(B)180º36.36%86.27%-
XYZ49.3361.9377.06-
YUV196.08141.588-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.14%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=24.14%
G=37.93%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402202200.36000.1418053.3370.59
Hex8CDCDC2400Eb43547
Octal21433433444001626465107
Binary100011001101110011011100100100001110101101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,220,220); }

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

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

 a { background-color: rgb(140,220,220); }

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

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

 span { border-color: rgb(140,220,220); }

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